os/win32/installer/install.nsi
branch0.6
changeset 9357 bafe57f3402a
parent 9351 364aa1655951
child 10366 960aae8c20e2
equal deleted inserted replaced
9356:c1b10557eaf6 9357:bafe57f3402a
     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 44 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
     3 !define INSTALLERVERSION 45 ; 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}-RC1"
     6 !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
     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"