Skip to content
⌘ NSIS Forum Archive

How do I create dialog for the user to input a password

5 posts

manyoka#

How do I create dialog for the user to input a password

Hi, what I need to do is create a simple dialog for a user to input a password without using any funny INI.files,I just want to bring up the dialog after the installer has checked if MSDE is installed.Because if the user already has a version of SQL istalled.The installer is going to need his/her password.

Please help me
deguix#
Maybe you don't have many choices... InstallOptions (uses INI's), InstallOptionsEx by me (uses INI's), Dialogs by Lobo Lunar (don't use INI's) or create another plugin. I didn't test Lobo Lunar's plugin but maybe can be of some help.