fixed finish page reboot option buttons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3231 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1acd9aea9e
commit
92e433d64c
1 changed files with 15 additions and 1 deletions
|
@ -1387,7 +1387,21 @@ Var MUI_TEMP2
|
|||
!ifndef MUI_FINISHPAGE_NOREBOOTSUPPORT
|
||||
|
||||
IfRebootFlag 0 mui.finish_noreboot_init
|
||||
|
||||
|
||||
!ifndef MUI_FINISHPAGE_TITLE_3LINES
|
||||
!ifndef MUI_FINISHPAGE_TEXT_LARGE
|
||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Bottom" "85"
|
||||
!else
|
||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Bottom" "115"
|
||||
!endif
|
||||
!else
|
||||
!ifndef MUI_FINISHPAGE_TEXT_LARGE
|
||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Bottom" "95"
|
||||
!else
|
||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Bottom" "125"
|
||||
!endif
|
||||
!endif
|
||||
|
||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Text" "${MUI_FINISHPAGE_TEXT_REBOOT}"
|
||||
|
||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "Numfields" "5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue