Working with Dialogs in Basic MSI Projects

InstallShield 2020

The information in this section of the documentation explains how to create and perform other basic functions with dialogs in Basic MSI projects.

The process of creating a new dialog and displaying it in your installation can be broken down into the following tasks:

1. Add the dialog to the project.
2. Edit the dialog’s layout.
3. Define the controls’ behavior (under what conditions they should be displayed, the events that their interaction should trigger, and the events that they should subscribe to).
4. Display the dialog with a NewDialog or SpawnDialog event in another dialog’s control or by inserting the dialog into your project’s sequences.

See Also