Reference/AllowRootDirInstall: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(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...") |
|||
| Line 1: | Line 1: | ||
=AllowRootDirInstall= | =AllowRootDirInstall= | ||
true| | true|<ins>false</ins> | ||
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 [[Reference/.onVerifyInstDir|.onVerifyInstDir]]. | 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 [[Reference/.onVerifyInstDir|.onVerifyInstDir]]. | ||
Revision as of 15:24, 25 November 2011
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.