clearified optional and required parameters at some commands with multiple [optional] parameters

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2248 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
flizebogen 2003-03-07 19:37:33 +00:00
parent 1dfe83098b
commit da2dd5a56d
4 changed files with 22 additions and 22 deletions

View file

@ -2,6 +2,6 @@
\S2{WriteUninstaller} WriteUninstaller
\c [Path\\]exename.exe
\c [Path\]exename.exe
Writes the uninstaller to the filename (and optionally path) specified. Only valid from within an install section or function, and requires that you have an uninstall section in your script. See also Uninstall configuration. You can call this one or more times to write out one or more copies of the uninstaller.
Writes the uninstaller to the filename (and optionally path) specified. Only valid from within an install section or function, and requires that you have an uninstall section in your script. See also Uninstall configuration. You can call this one or more times to write out one or more copies of the uninstaller.