os/win32/installer/install.nsi
branch0.5
changeset 5404 eb7d25aa79a3
parent 5384 5a47b3011cf7
child 5422 bd6873dd1c40
equal deleted inserted replaced
5403:4d10a17a22bc 5404:eb7d25aa79a3
     1 ; Define your application name
     1 ; Define your application name
     2 !define APPNAME "OpenTTD"
     2 !define APPNAME "OpenTTD"
     3 !define APPNAMEANDVERSION "OpenTTD 0.5.0.0"
     3 !define APPNAMEANDVERSION "OpenTTD 0.5.0.0"
     4 !define APPVERSION "0.5.0.0"
     4 !define APPVERSION "0.5.0.0"
     5 !define INSTALLERVERSION 24 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
     5 !define INSTALLERVERSION 25 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
     6 !define MUI_ICON "..\..\..\openttd.ico"
     6 !define MUI_ICON "..\..\..\openttd.ico"
     7 !define MUI_UNICON "..\..\..\openttd.ico"
     7 !define MUI_UNICON "..\..\..\openttd.ico"
     8 !define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"
     8 !define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"
     9 !define MUI_HEADERIMAGE
     9 !define MUI_HEADERIMAGE
    10 !define MUI_HEADERIMAGE_BITMAP "top.bmp"
    10 !define MUI_HEADERIMAGE_BITMAP "top.bmp"