I am new in creating installers. I need to create a form with 3 textboxes:
- Domain
- User name
- User password
and then save them to the registry. I have already known how to save data to the registry.
I am new in creating installers. I need to create a form with 3 textboxes:
and then save them to the registry. I have already known how to save data to the registry.
Inno has a flexible dialog/page engine which allows you to create custom pages in the wizard flow. See the
CodeDlg.iss
example included with the Inno install for a good example of how to do this.