don't allow both "reboot now" and "reboot later" to be turned on at the same time
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5828 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d3cc90d746
commit
f664fddb91
1 changed files with 2 additions and 0 deletions
|
@ -1570,9 +1570,11 @@ Var MUI_TEMP2
|
|||
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "Bottom" "120"
|
||||
!endif
|
||||
!ifdef MUI_FINISHPAGE_REBOOTLATER_DEFAULT
|
||||
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "State" "0"
|
||||
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "State" "1"
|
||||
!else
|
||||
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "State" "1"
|
||||
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "State" "0"
|
||||
!endif
|
||||
|
||||
Goto mui.finish_load
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue