- windows installer now adds country flags for internet lobby

This commit is contained in:
Mark Vejvoda 2011-01-26 09:12:43 +00:00
parent 81e203b80f
commit 288341d926
2 changed files with 13 additions and 10 deletions

View File

@ -3,8 +3,8 @@
!define APNAME MegaGlest !define APNAME MegaGlest
!define APNAME_OLD Mega-Glest !define APNAME_OLD Mega-Glest
!define APVER_OLD 3.3.7 !define APVER_OLD 3.3.7.2
!define APVER 3.3.7.2 !define APVER 3.4.0
Name "${APNAME} ${APVER}" Name "${APNAME} ${APVER}"
SetCompressor /FINAL /SOLID lzma SetCompressor /FINAL /SOLID lzma
@ -23,12 +23,12 @@ RequestExecutionLevel none
PageEx license PageEx license
LicenseText "Megaglest License" LicenseText "Megaglest License"
LicenseData "..\..\..\data\glest_game\docs\license.txt" LicenseData "..\..\..\data\glest_game\docs\LICENSE"
PageExEnd PageExEnd
PageEx license PageEx license
LicenseText "Megaglest README" LicenseText "Megaglest README"
LicenseData "..\..\..\data\glest_game\docs\readme.txt" LicenseData "..\..\..\data\glest_game\docs\README"
PageExEnd PageExEnd
;-------------------------------- ;--------------------------------
@ -170,7 +170,10 @@ Section "${APNAME} (required)"
File /r /x .svn /x mydata "..\..\..\data\glest_game\tilesets" File /r /x .svn /x mydata "..\..\..\data\glest_game\tilesets"
File /r /x .svn /x mydata "..\..\..\data\glest_game\tutorials" File /r /x .svn /x mydata "..\..\..\data\glest_game\tutorials"
# File /r /x .svn "..\..\..\data\glest_game\screens" # File /r /x .svn "..\..\..\data\glest_game\screens"
SetOutPath "$INSTDIR\data\core\misc_textures\"
File /r /x .svn /x mydata "..\..\..\source\masterserver\flags"
SetOutPath $INSTDIR
; Write the installation path into the registry ; Write the installation path into the registry
WriteRegStr HKLM Software\${APNAME} "Install_Dir" "$INSTDIR" WriteRegStr HKLM Software\${APNAME} "Install_Dir" "$INSTDIR"
WriteRegStr HKLM Software\${APNAME} "Version" "${APVER}" WriteRegStr HKLM Software\${APNAME} "Version" "${APVER}"

View File

@ -2,10 +2,10 @@
; General Attributes ; General Attributes
!define APNAME MegaGlest !define APNAME MegaGlest
!define APVER 3.3.7.2 !define APVER 3.4.0
!define APNAME_OLD Mega-Glest !define APNAME_OLD Mega-Glest
!define APVER_OLD 3.3.7 !define APVER_OLD 3.3.7.2
!define APVER_UPDATE 3.3.7.2 !define APVER_UPDATE 3.4.0
Name "${APNAME} ${APVER_UPDATE}" Name "${APNAME} ${APVER_UPDATE}"
SetCompressor /FINAL /SOLID lzma SetCompressor /FINAL /SOLID lzma
@ -25,12 +25,12 @@ RequestExecutionLevel admin
PageEx license PageEx license
LicenseText "Megaglest License" LicenseText "Megaglest License"
LicenseData "..\..\..\data\glest_game\docs\license.txt" LicenseData "..\..\..\data\glest_game\docs\LICENSE"
PageExEnd PageExEnd
PageEx license PageEx license
LicenseText "Megaglest README" LicenseText "Megaglest README"
LicenseData "..\..\..\data\glest_game\docs\readme.txt" LicenseData "..\..\..\data\glest_game\docs\README"
PageExEnd PageExEnd
;-------------------------------- ;--------------------------------