git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3651 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-09-10 13:54:59 +00:00
parent 2849e0d88b
commit f57a919c54
3 changed files with 6 additions and 6 deletions

View file

@ -65,15 +65,15 @@ Checks for existence of file(s) file_to_check_for (which can be a wildcard, or a
\S2{IfRebootFlag} IfRebootFlag
\c [jump_if_set] [jump_if_not_set]
\c jump_if_set [jump_if_not_set]
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.
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]
\c jump_if_silent [jump_if_not]
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.
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