Archive: Modern UI with user input


Modern UI with user input
During the installation, the user must enter some data like database user and password and so on. The trouble here is that when I saw the ModernUI of NSIS I just wanted to do my installer with it, but I don't know how to ask for user input with it, does anybody know?


After reading the IO (InstallOptions) documentation, when users move on next page, the field Text, in the ini. See the documentation is pretty darn easy :)


I know how to get user input, I have read the NSIS Doc, I just dont know how to add custom pages with MUI.


See Examples\Modern UI\InstallOptions

Stu