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,8 +64,10 @@
|
|||
!endif
|
||||
|
||||
!ifdef MUI_FINISHPAGE
|
||||
!ifndef MUI_FINISHPAGE_NOAUTOCLOSE
|
||||
AutoCloseWindow true
|
||||
!endif
|
||||
!endif
|
||||
|
||||
XPStyle On
|
||||
|
||||
|
@ -840,8 +842,6 @@
|
|||
|
||||
!endif
|
||||
|
||||
!ifdef MUI_FINISHPAGE_RUN
|
||||
|
||||
show:
|
||||
|
||||
!insertmacro MUI_INSTALLOPTIONS_SHOW
|
||||
|
@ -866,11 +866,15 @@
|
|||
|
||||
noreboot_end:
|
||||
|
||||
!ifdef MUI_FINISHPAGE_RUN
|
||||
|
||||
!insertmacro MUI_INSTALLOPTIONS_READ ${MUI_TEMP1} "ioWizard.ini" "Field 4" "State"
|
||||
|
||||
StrCmp ${MUI_TEMP1} "1" "" +2
|
||||
Exec '"${MUI_FINISHPAGE_RUN}"'
|
||||
|
||||
!endif
|
||||
|
||||
done:
|
||||
|
||||
Pop ${MUI_TEMP3}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue