From 75887363cc453c0aaea768e981a74db5aefdc2d3 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 19 May 2006 15:30:19 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4670 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 f556ed9c..c4e927d5 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -336,7 +336,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 (the script can still display whatever it wants, use \R{messagebox}{MessageBox}'s /SD to specify a default for silent installers). 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}. +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 \R{sectionsetflags}{SectionSetFlags}), with no screen output from the installer itself (the script can still display whatever it wants, use \R{messagebox}{MessageBox}'s /SD to specify a default for silent installers). 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}. See \k{silent} for more information.