Skip to content
⌘ NSIS Forum Archive

Modern UI with user input

4 posts

laloivol#

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?
Joel#
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 🙂
laloivol#
I know how to get user input, I have read the NSIS Doc, I just dont know how to add custom pages with MUI.