Reference/InstallDir

From NSIS Wiki
Revision as of 20:55, 6 June 2013 by Jan (talk | contribs) (Created page with "= InstallDir = definstdir Sets the default installation directory. See the variables section for variables that can be used to make this string (especially $PROGRAMFILES). ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

InstallDir

definstdir

Sets the default installation directory. 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.