os/win32/installer/install.nsi
branchNewGRF_ports
changeset 6871 5a9dc001e1ad
parent 6870 ca3fd1fbe311
child 6872 1c4a4a609f85
equal deleted inserted replaced
6870:ca3fd1fbe311 6871:5a9dc001e1ad
     1 !define APPNAME "OpenTTD"   ; Define application name
     1 !define APPNAME "OpenTTD"   ; Define application name
     2 !define APPVERSION "0.5.3"  ; Define application version
     2 !define APPVERSION "0.6.0"  ; Define application version
     3 !define INSTALLERVERSION 38 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
     3 !define INSTALLERVERSION 39 ; 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}"
     6 !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}-beta1"
     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"