Reference/AllowRootDirInstall

From NSIS Wiki
Revision as of 15:24, 25 November 2011 by Jan (talk | contribs) (Created page with "=AllowRootDirInstall= true|''false'' Controls whether or not installs are enabled to the root directory of a drive, or directly into a network share. Set to 'true' to change t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

AllowRootDirInstall

true|false

Controls whether or not installs are enabled to the root directory of a drive, or directly into a network share. Set to 'true' to change the safe behavior, which prevents users from selecting C:\ or \\Server\Share as an install (and later on, uninstall) directory. For additional directory selection page customizability, see .onVerifyInstDir.