fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1738 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4d6ea48fb3
commit
277f4d1617
1 changed files with 11 additions and 7 deletions
|
@ -64,7 +64,9 @@
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifdef MUI_FINISHPAGE
|
!ifdef MUI_FINISHPAGE
|
||||||
AutoCloseWindow true
|
!ifndef MUI_FINISHPAGE_NOAUTOCLOSE
|
||||||
|
AutoCloseWindow true
|
||||||
|
!endif
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
XPStyle On
|
XPStyle On
|
||||||
|
@ -591,7 +593,7 @@
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!insertmacro MUI_FUNCTIONS_INSTFILESPAGE SetInstFiles
|
!insertmacro MUI_FUNCTIONS_INSTFILESPAGE SetInstFiles
|
||||||
|
|
||||||
!ifdef MUI_FINISHPAGE
|
!ifdef MUI_FINISHPAGE
|
||||||
!insertmacro MUI_FUNCTIONS_FINISHPAGE SetFinish
|
!insertmacro MUI_FUNCTIONS_FINISHPAGE SetFinish
|
||||||
!endif
|
!endif
|
||||||
|
@ -840,8 +842,6 @@
|
||||||
|
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifdef MUI_FINISHPAGE_RUN
|
|
||||||
|
|
||||||
show:
|
show:
|
||||||
|
|
||||||
!insertmacro MUI_INSTALLOPTIONS_SHOW
|
!insertmacro MUI_INSTALLOPTIONS_SHOW
|
||||||
|
@ -866,10 +866,14 @@
|
||||||
|
|
||||||
noreboot_end:
|
noreboot_end:
|
||||||
|
|
||||||
!insertmacro MUI_INSTALLOPTIONS_READ ${MUI_TEMP1} "ioWizard.ini" "Field 4" "State"
|
!ifdef MUI_FINISHPAGE_RUN
|
||||||
|
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_READ ${MUI_TEMP1} "ioWizard.ini" "Field 4" "State"
|
||||||
|
|
||||||
StrCmp ${MUI_TEMP1} "1" "" +2
|
StrCmp ${MUI_TEMP1} "1" "" +2
|
||||||
Exec '"${MUI_FINISHPAGE_RUN}"'
|
Exec '"${MUI_FINISHPAGE_RUN}"'
|
||||||
|
|
||||||
|
!endif
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue