Skip to content
⌘ NSIS Forum Archive

Password in NSIS

4 posts

Biarchiv#

Password in NSIS

Hello,

I need to start Installer only a Password.
Simple only one password for NSIS installer
to finished the installation.

Is there a option for this?

Bye
Joost Verburg#
How secure should it be? Just a simple check or should it be really hard to hack?

You can use an InstallOptions page to ask for a password. If it has to be very secure, it should be encrypted.
Biarchiv#
Hello,

Not hard to hack.
Only simple..

Only: If SavePass = Edit then right

You have a code?