temeteus
26th July 2004 21:38 UTC
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
26th July 2004 23:04 UTC
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.
temeteus
27th July 2004 09:00 UTC
Thanks :)