Skip to content
⌘ NSIS Forum Archive

Install button got disabled during installtion.

2 posts

nv_rajanikanth#

Install button got disabled during installtion.

Hi all,

What could be the reason for the "Install" button got disabled?

This is working fine with install dir path 'C:\Documents and Settings\rnamburi\Desktop\'.
But with install dir other than 'c:/', install button got disabled.(ofcourse these 2 files have minor changes.)

There is enough space at the install dir path.
nv_rajanikanth#
I found that we need to set
AllowRootDirInstall true

to allow install in the c:/.




4.8.1.2 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.