Skip to content
⌘ NSIS Forum Archive

Way to NSIS to make cfg file with atributes from user!

3 posts

temeteus#

Way to NSIS to make cfg file with atributes from user!

So is't possible to make installer that ask's from user atributes and writes them to one file with other atributes that are in install script.
I did use search but I didn't found anu help.

-Teemu
deguix#
Yes, you can use InstallOptions to create custom pages. You can see it's documentation inside your NSIS\Contrib\InstallOptions folder. Examples can be found inside this folder and inside NSIS\Examples folder.