Can installs be password protected?
Does nsis have the capability of requiring a password before a file can be installed?
Archive: Can installs be password protected?
Can installs be password protected?
Does nsis have the capability of requiring a password before a file can be installed?
You can use InstallOptions to create a dialog with a Password field, or you can use the following plugins:
http://nsis.sourceforge.net/File:PassDialog.zip
http://nsis.sourceforge.net/Dialogs
-Stu