mirror of
https://github.com/glest/glest-source.git
synced 2025-09-08 06:50:43 +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
|
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
|
SetOutPath $INSTDIR
|
||||||
Exec 'glest_game.exe'
|
Exec 'glest_game.exe'
|
||||||
|
|
||||||
|
noLaunch:
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
; The stuff to install
|
; The stuff to install
|
||||||
|
Reference in New Issue
Block a user