Updated or made clearer cetarin commands and parameters, thanks to virtlink for the info.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3088 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5c6fbf8745
commit
04bcb951a0
2 changed files with 6 additions and 6 deletions
|
@ -67,13 +67,13 @@ Checks for existence of file(s) file_to_check_for (which can be a wildcard, or a
|
|||
|
||||
\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.
|
||||
Atleast one parameter is required. 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.
|
||||
|
||||
\S2{ifsilent} IfSilent
|
||||
|
||||
\c [jump_if_silent] [jump_if_not]
|
||||
|
||||
Checks the silent flag, and jumps to jump_if_silent if the installer is silent, otherwise jumps to jump_if_not. The silent flag can be set by \R{asilentinstall}{SilentInstall}, \R{asilentuninstall}{SilentUninstall}, \R{setsilent}{SetSilent} and by the user passing /S on the command line.
|
||||
Atleast one parameter is required. Checks the silent flag, and jumps to jump_if_silent if the installer is silent, otherwise jumps to jump_if_not. The silent flag can be set by \R{asilentinstall}{SilentInstall}, \R{asilentuninstall}{SilentUninstall}, \R{setsilent}{SetSilent} and by the user passing /S on the command line.
|
||||
|
||||
\S2{intcmp} IntCmp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue