Microsoft Deployment Toolkit
Documentation Library Review the Code Used to Manage Configuration Information |
The configuration information for your custom wizard page is stored in the UDI Wizard configuration file, which is the:
· Config.xml file in the example provided with the UDI SDK (This file contains only the configuration settings for the example.)
· UDIWizard_Config.xml file provided with MDT, stored in the installation_folder\Templates\Distribution\Scripts folder (where installation_folder is the folder in which you installed MDT); this file contains the configuration settings for all the built-in wizard pages and stages
In the SampleEditor example, the Locations routine helps manage the configuration information and is located in the LocationPageEditorViewModel.cs file. The Locations routine returns a list of the locations from the UDI Wizard configuration file. Specifically, the list returned contains an item for each DataItem element in the UDI Wizard configuration file.
Related Topics