From 156426e0389b22fcb7cb86d83ee561911074873a Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 4 Aug 2003 12:16:57 +0000 Subject: [PATCH] /S is case sensitive git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2785 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/attributes.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but index d1896cf8..139ac1b7 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -221,7 +221,7 @@ Sets whether or not the details of the uninstall are shown. Can be 'hide' to hid \c \\normal\\|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