Archive: user input -> save to .ini file


user input -> save to .ini file
Hi.
I have written an installer with the ModernUI interface.
When the installation has finished the user must fill out 2 inputfields. The information he entered shoud be saved to an ini file.
Now my question is, how i can create a custom site (ModernUI) with these formfields after the installation-progress-window and how the entered information can be saved to an ini file. :confused:
I already looked at the example scripts but they didn't help me.
So it would be very helpful if you can give me some hints oder even a complete solution of my problem.
Greetz
xpqcad


Search the forum for Install Options and you will get hundreds of topics.

NSIS\Docs\InstallOptions
NSIS\Examples\InstallOptions
NSIS\Examples\Modern UI\InstallOptions.nsi

-Stu