os/win32/installer/install.nsi
changeset 9096 6dedf7e114d0
parent 8800 bcb844afbf4a
child 9137 429f6d81b029
equal deleted inserted replaced
9095:b5b66a0bbd2c 9096:6dedf7e114d0
     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 41 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
     3 !define INSTALLERVERSION 42 ; 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}-beta3"
     6 !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}-beta4"
     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"