misplaed 'is'
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4140 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
59fcee4ca1
commit
b106bfcc5b
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,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 \R{variables}{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. See the \R{variables}{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