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...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=AllowRootDirInstall=
=AllowRootDirInstall=


  true|''false''
  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]].
''Command introduced with NSIS v1.80''

Latest revision as of 20:47, 4 June 2013

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.

Command introduced with NSIS v1.80