mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 04:52:34 +02:00
- updated installer to give the option for the user to launch the game or not
This commit is contained in:
@@ -101,11 +101,14 @@ FunctionEnd
|
||||
|
||||
Function .onInstSuccess
|
||||
|
||||
MessageBox MB_OK "${APNAME} v${APVER} installed successfully, click OK to launch game."
|
||||
MessageBox MB_YESNO "${APNAME} v${APVER} installed successfully, \
|
||||
click Yes to launch the game$\nor 'No' to exit." IDNO noLaunch
|
||||
|
||||
SetOutPath $INSTDIR
|
||||
Exec 'glest_game.exe'
|
||||
|
||||
noLaunch:
|
||||
|
||||
FunctionEnd
|
||||
|
||||
; The stuff to install
|
||||
|
Reference in New Issue
Block a user