From 158502483b1eedb469f8302f671ea51a2122cae8 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 1 Dec 2007 14:29:19 +0000 Subject: [PATCH] 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 --- Docs/src/usage.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/usage.but b/Docs/src/usage.but index 0df78ea9..e5852850 100644 --- a/Docs/src/usage.but +++ b/Docs/src/usage.but @@ -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