- updated windows installer projects

This commit is contained in:
Mark Vejvoda 2011-04-19 03:53:35 +00:00
parent 497c513576
commit ff98ad9ae5
2 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,7 @@
!define APNAME MegaGlest
!define APNAME_OLD Mega-Glest
!define APVER_OLD 3.4.0
!define APVER 3.5.0-beta2
!define APVER 3.5.0
Name "${APNAME} ${APVER}"
SetCompressor /FINAL /SOLID lzma
@ -152,7 +152,11 @@ Function .onGUIEnd
FunctionEnd
Function .onInstSuccess
MessageBox MB_YESNO "Would you like to view our getting started page on megaglest.org?" IDNO noLaunchWebsite
ExecShell open 'http://megaglest.org/get-started.html'
noLaunchWebsite:
MessageBox MB_YESNO "${APNAME} v${APVER} installed successfully, \
click Yes to launch the game now$\nor 'No' to exit." IDNO noLaunch

View File

@ -2,10 +2,10 @@
; General Attributes
!define APNAME MegaGlest
!define APVER 3.5.0-beta
!define APVER 3.5.0
!define APNAME_OLD Mega-Glest
!define APVER_OLD 3.4.0
!define APVER_UPDATE 3.5.0-beta2
!define APVER_UPDATE 3.5.0
Name "${APNAME} ${APVER_UPDATE}"
SetCompressor /FINAL /SOLID lzma