fixed bug #1842326 - installer /D command line reference incomplete

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5392 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-12-01 14:29:19 +00:00
parent 3b4594477f
commit 158502483b

View file

@ -83,7 +83,7 @@ Generated installers and uninstallers accept a few options on the command line.
\b /S runs the installer or uninstaller silently. See \k{silent} for more information.
\b /D sets the default installation directory (\R{varother}{$INSTDIR}), overriding \R{ainstalldir}{InstallDir} and \R{ainstalldirregkey}{InstallDirRegKey}. It must be the last parameter used in the command line and must not contain any quotes, even if the path contains spaces.
\b /D sets the default installation directory (\R{varother}{$INSTDIR}), overriding \R{ainstalldir}{InstallDir} and \R{ainstalldirregkey}{InstallDirRegKey}. It must be the last parameter used in the command line and must not contain any quotes, even if the path contains spaces. Only absolute paths are supported.
\S1{} Uninstaller Specific Options