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
This commit is contained in:
kichik 2006-04-05 18:32:48 +00:00
parent 984e1ae960
commit e6f2ee1d31

View file

@ -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