git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4049 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-05-24 20:43:05 +00:00
parent 980e93227e
commit 00ac5cc681

View file

@ -54,7 +54,7 @@ If your installer/uninstaller requires some more information that can not be gat
\c done:
\c FunctionEnd
The above example will copy the value the user passes on after /USRNAME= into $0. This allows the user to specify the required information on the command line instead of using the interactive user interface. The user can use:
The above example will copy the value the user passes on after /USERNAME= into $0. This allows the user to specify the required information on the command line instead of using the interactive user interface. The user can use:
\c foo.exe /S /USERNAME=Bar /D=C:\Program Files\Foo