os/win32/installer/install.nsi
changeset 9168 a35d94d8501c
parent 9137 429f6d81b029
child 9351 364aa1655951
child 11022 4b240f36ae28
equal deleted inserted replaced
9167:a2b146a9be68 9168:a35d94d8501c
     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 42 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
     3 !define INSTALLERVERSION 43 ; 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}-beta4"
     6 !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}-beta5"
     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"