mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-10 21:07:22 +02:00
move button text changes out of onInit
This commit is contained in:
parent
2d0d73116a
commit
c1776e7f55
1 changed files with 3 additions and 3 deletions
|
@ -74,6 +74,9 @@
|
||||||
|
|
||||||
;Set compression
|
;Set compression
|
||||||
SetCompressor @CPACK_NSIS_COMPRESSOR@
|
SetCompressor @CPACK_NSIS_COMPRESSOR@
|
||||||
|
|
||||||
|
; change the button text so close says "Finish"
|
||||||
|
MiscButtonText "Back" "Next" "Cancel" "Finish"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
@CPACK_NSIS_DEFINES@
|
@CPACK_NSIS_DEFINES@
|
||||||
|
@ -928,9 +931,6 @@ Function .onInit
|
||||||
Quit
|
Quit
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
; change the button text so close says "Finish"
|
|
||||||
MiscButtonText "Back" "Next" "Cancel" "Finish"
|
|
||||||
|
|
||||||
; make sure none of the installed applications are still running
|
; make sure none of the installed applications are still running
|
||||||
!insertmacro CheckForRunningApplications "installed" "Installer"
|
!insertmacro CheckForRunningApplications "installed" "Installer"
|
||||||
${nsProcess::Unload}
|
${nsProcess::Unload}
|
||||||
|
|
Loading…
Reference in a new issue