QET64.nsi add checkbox to run QElectroTech in finish page

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4097 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2015-08-10 17:14:51 +00:00
parent 99a4202b8f
commit 55df72244f

View File

@@ -78,7 +78,12 @@ LangString wrongArch ${LANG_FRENCH} "Ce programme est pour Windows ${PROC} bits
!insertmacro MUI_UNPAGE_CONFIRM !insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES !insertmacro MUI_UNPAGE_INSTFILES
; Finish page and checkbox to run QElectroTech
!define MUI_FINISHPAGE_RUN "$INSTDIR\Lancer QET.bat"
!define MUI_FINISHPAGE_RUN_NOTCHECKED
!define MUI_FINISHPAGE_RUN_TEXT "Check to start ${SOFT_NAME}"
!insertmacro MUI_PAGE_FINISH
;-------------------------------- ;--------------------------------
;Languages ;Languages
;Since NSIS 2.26, the language selection dialog of Modern UI hides languages unsupported by the user's selected codepage by default. ;Since NSIS 2.26, the language selection dialog of Modern UI hides languages unsupported by the user's selected codepage by default.