os/win32/installer/install.nsi
branch0.6
changeset 9351 364aa1655951
parent 9168 a35d94d8501c
child 9357 bafe57f3402a
equal deleted inserted replaced
9350:249ef521b234 9351:364aa1655951
     1 !define APPNAME "OpenTTD"   ; Define application name
     1 !define APPNAME "OpenTTD"   ; Define application name
     2 !define APPVERSION "0.6.0"  ; Define application version
     2 !define APPVERSION "0.6.0"  ; Define application version
     3 !define INSTALLERVERSION 43 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
     3 !define INSTALLERVERSION 44 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
     4 
     4 
     5 !define APPURLLINK "http://www.openttd.org"
     5 !define APPURLLINK "http://www.openttd.org"
     6 !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}-beta5"
     6 !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}-RC1"
     7 !define APPVERSIONINTERNAL "${APPVERSION}.0" ; Needs to be of the format X.X.X.X
     7 !define APPVERSIONINTERNAL "${APPVERSION}.0" ; Needs to be of the format X.X.X.X
     8 
     8 
     9 !define MUI_ICON "..\..\..\media\openttd.ico"
     9 !define MUI_ICON "..\..\..\media\openttd.ico"
    10 !define MUI_UNICON "..\..\..\media\openttd.ico"
    10 !define MUI_UNICON "..\..\..\media\openttd.ico"
    11 !define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"
    11 !define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"