Skip to content
⌘ NSIS Forum Archive

4 string field dialog

3 posts

andrews#

4 string field dialog

Hi!

I an newbie in NSIS, and I am terrible sorry if it is a FAQ.
Is it possible to get a string value from user with dialog window without recompiling NSIS? I need a 4 field dialog, but in worse scenario I agree to get this values from user by one at time.

Best regards,
Andrew.
kichik#
Hi Andrew!

You should create your own custom dialog using InstallOptions.
It is located in your NSIS dir under contrib\InstallOptions.

KiCHiK