There may be instances in which you want to collect additional deployment information to be used in UDI. You must collect this additional information in the UDI Wizard using a custom wizard page. You can create custom wizard pages using the:

·     Build Your Own Page feature. This feature allows you to create a custom wizard page for collecting deployment information without requiring you to write code or have developer skills. Use this feature if you need to collect basic information without advanced user interaction. For example, you cannot add any code or customize UI fonts using this feature.

·     UDI SDK and Visual Studio. Use this SDK if you want to create an advanced, fully customized wizard page in Visual Studio for collecting deployment information. Although the UDI SDK allows you to create customized wizard pages, such as adding custom code or changing fonts, this method requires developer skills.

For more information on using the UDI SDK to create custom wizard pages, see Creating Custom UDI Wizard Pages in the User-Driven Installation Developers Guide.

Create custom wizard pages using the Build Your Own Page Feature in UDI by performing the following tasks:

·     Create a new custom wizard page in a stage group as described in Create a New Custom Wizard Page.

·     Add a control to a custom wizard page as described in Add a Control to a Custom Wizard Page.

·     Position a control on a custom wizard page as described in Position a Control on a Custom Wizard Page.

·     Change the size of a control on a custom wizard page as described in Change the Size of a Control on a Custom Wizard Page.

·     Remove a control from a custom wizard page as described in Remove a Control from a Custom Wizard Page.

·     Edit the properties of a control on a custom wizard page as described in Edit Custom Wizard Page Control Properties.

·     Show or hide the gridlines on a custom wizard page as described in Show or Hide Custom Wizard Page Gridlines.

·     Verify and test the custom wizard page after you create it as described in Verify and Test a Custom Wizard Page.

Related Topics

Managing UDI Deployments
Create a New Custom Wizard Page
Add a Control to a Custom Wizard Page
Position a Control on a Custom Wizard Page
Change the Size of a Control on a Custom Wizard Page
Remove a Control from a Custom Wizard Page
Edit Custom Wizard Page Control Properties
Show or Hide Custom Wizard Page Gridlines
Verify and Test a Custom Wizard Page