From e6f2ee1d31d182eec0eba5e64a170d131160549d Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 5 Apr 2006 18:32:48 +0000 Subject: [PATCH] fixed bug #1077439 - nonstandatd behavior of example for command line parameters git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4626 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/silent.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/silent.but b/Docs/src/silent.but index f162a103..b25f23f7 100644 --- a/Docs/src/silent.but +++ b/Docs/src/silent.but @@ -20,7 +20,7 @@ Since the directory page can not be shown on silent installers, the user has an \c foo.exe /S /D=C:\Program Files\Foo -If your installer/uninstaller requires some more information that can not be gathered when silent, you can allow the user to specify that information on the command line and process it in .onInit. For example: +If your installer/uninstaller requires some more information that can not be gathered when silent, you can allow the user to specify that information on the command line and process it in .onInit. You can use \R{getoptions}{GetOptions}, or a variant of the following example: \c Function .onInit \c Call GetParameters