Review the SamplePage example using the following list, which represents the sequence of events during the wizard page life cycle of the SamplePage example:
1. The UDI Wizard, OSDSetupWizard.exe, reads the configuration information from the UDI Wizard configuration file in the example (the Config.xml file) as described in Step 1: The UDI Wizard (OSDSetupWizard.exe) Reads the Config.xml File.
2. The UDI Wizard loads the DLLs required for each wizard page listed in the UDI Wizard configuration file as described in Step 2: The UDI Wizard Loads the DLL for the Custom Wizard Page.
3. The UDI Wizard displays the custom wizard page and allows for the desired control interaction as described in Step 3: The UDI Wizard Displays the Custom Wizard Page.
4. When the custom wizard page has collected the information, perform any tasks necessary before clicking Next to proceed to the next wizard as described in Step 4: The Next Button Is Clicked in the Custom Wizard Page.
Related Topics
Review the SamplePage Visual Studio
Solution
Step 1: The UDI
Wizard (OSDSetupWizard.exe) Reads the Config.xml File
Step 2: The UDI
Wizard Loads the DLL for the Custom Wizard Page
Step 3: The UDI
Wizard Displays the Custom Wizard Page
Step 4: The Next
Button Is Clicked in the Custom Wizard Page