|
Navigation: Program Reference > Dialogs > Setup Wizard |
|
The standard interface for setup programs is the Wizard interface. The wizard interface inducts the end-user to fill correctly the fields and to select the correct options. Setup programs generated using VisualSetup uses the wizard interface by default.
VisualSetup differs the dialogs in three types: Wizard Dialogs, Secondary Dialogs and Style Dialogs. Actually, there is another dialog's type, the System Dialogs, but this dialog's type is a Wizard Dialog with special properties.
The setup wizard interface is created using only the Wizard Dialogs. All defined wizard dialogs are included in the setup wizard using the order that you have defined in the Wizard Order editor. The first dialog in the wizard order, is the first dialog displayed in the setup program.
Read the Wizard Dialogs topic for more information about the setup wizard.