Features list updated, some links added and command parameters are now shown alone with a light background behind them.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1476 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2bb6c55b0f
commit
41a03f754c
24 changed files with 497 additions and 464 deletions
|
@ -2,18 +2,16 @@
|
|||
|
||||
\H{IfRebootFlag} IfRebootFlag
|
||||
|
||||
IfRebootFlag \e{[jump_if_set] [jump_if_not_set]}
|
||||
\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.
|
||||
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
|
||||
|
||||
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.
|
||||
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
|
||||
|
||||
SetRebootFlag \e{true|false}
|
||||
\c true|false
|
||||
|
||||
Sets the reboot flag to either true or false.
|
||||
Sets the reboot flag to either true or false.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue