Finished instructions for docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1027 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
18fd5c60b8
commit
a69dbb9401
11 changed files with 301 additions and 2 deletions
19
Docs/src/reboot.but
Normal file
19
Docs/src/reboot.but
Normal file
|
@ -0,0 +1,19 @@
|
|||
\H{rebootinst} Reboot Support
|
||||
|
||||
\S{Reboot} 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.
|
||||
|
||||
\S{IfRebootFlag} IfRebootFlag
|
||||
|
||||
IfRebootFlag \e{[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.
|
||||
|
||||
\S{SetRebootFlag} SetRebootFlag
|
||||
|
||||
SetRebootFlag \e{true|false}
|
||||
|
||||
Sets the reboot flag to either true or false.
|
Loading…
Add table
Add a link
Reference in a new issue