Updated docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1609 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9e16ba98b8
commit
90ea8491f4
22 changed files with 246 additions and 243 deletions
|
@ -1,16 +1,10 @@
|
|||
\C{rebootinst} Reboot Support
|
||||
\H{rebootinst} Reboot Support
|
||||
|
||||
\H{IfRebootFlag} IfRebootFlag
|
||||
|
||||
\c [jump_if_set] [jump_if_not_set]
|
||||
|
||||
Checks the reboot flag, and jumps to jump_if_set if the reboot flag is set, otherwise jumps to jump_if_not_set. The reboot flag can be set by Delete and Rename, or manually with SetRebootFlag.
|
||||
|
||||
\H{Reboot} Reboot
|
||||
\S{Reboot} Reboot
|
||||
|
||||
Reboots the computer. Be careful with this one. If there is an error rebooting, this function sets the error flag and continues. If the reboot is sucessful, this instruction does not return.
|
||||
|
||||
\H{SetRebootFlag} SetRebootFlag
|
||||
\S{SetRebootFlag} SetRebootFlag
|
||||
|
||||
\c true|false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue