removed double parenthesis
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3747 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
eb00ff12cc
commit
a24d80ea6c
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ Sets the colors to use for the install info screen (the default is 00FF00 000000
|
|||
|
||||
\c definstdir
|
||||
|
||||
Sets the default installation directory is. See the variables section for variables that can be used to make this string (especially $PROGRAMFILES). Note that the part of this string following the last \\ will be used if the user selects 'browse', and may be appended back on to the string at install time (to disable this, end the directory with a \\ (which will require the entire parameter to be enclosed with quotes)). If this doesn't make any sense, play around with the browse button a bit.
|
||||
Sets the default installation directory is. See the variables section for variables that can be used to make this string (especially $PROGRAMFILES). Note that the part of this string following the last \\ will be used if the user selects 'browse', and may be appended back on to the string at install time (to disable this, end the directory with a \\ (which will require the entire parameter to be enclosed with quotes). If this doesn't make any sense, play around with the browse button a bit.
|
||||
|
||||
\S2{ainstalldirregkey} InstallDirRegKey
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue