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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Inno has a flexible dialog/page engine which allows you to create custom pages in the wizard flow. See the
CodeDlg.issexample included with the Inno install for a good example of how to do this.