typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4049 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
980e93227e
commit
00ac5cc681
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue