/S is case sensitive
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2785 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d2e8774e24
commit
156426e038
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ Sets whether or not the details of the uninstall are shown. Can be 'hide' to hid
|
|||
|
||||
\c \\<b\\>normal\\</b\\>|silent|silentlog
|
||||
|
||||
Specifies whether or not the installer should be silent. If it is 'silent' or 'silentlog', all sections that have the SF_SELECTED flag are installed quietly (you can set this flag using see \R{sectionsetflags}{SectionSetFlags}), with no screen output from the installer itself (MessageBoxes are still displayed on error, and the script can still display whatever it wants). Note that if this is set to 'normal' and the user runs the installer with /S on the command line, it will behave as if SilentInstall 'silent' was used. Note: see also \R{logset}{LogSet}.
|
||||
Specifies whether or not the installer should be silent. If it is 'silent' or 'silentlog', all sections that have the SF_SELECTED flag are installed quietly (you can set this flag using see \R{sectionsetflags}{SectionSetFlags}), with no screen output from the installer itself (MessageBoxes are still displayed on error, and the script can still display whatever it wants). Note that if this is set to 'normal' and the user runs the installer with /S (case sensitive) on the command line, it will behave as if SilentInstall 'silent' was used. Note: see also \R{logset}{LogSet}.
|
||||
|
||||
\S2{asilentuninstall} SilentUnInstall
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue