Microsoft Deployment Toolkit
Documentation Library UDI Wizard Designer Configuration File Schema Reference |
This file is consumed by the UDI Wizard Designer. A separate file is created for each custom .dll file, which can contain custom wizard page editors, custom tasks, or custom validators. The file must end with .config and reside in the installation_folder\Bin\Config folder (where installation_folder is the folder in which you installed MDT).
Table 54 lists the elements in the UDI Wizard Designer configuration file and their descriptions. The DesignerConfig element is the root node for this reference.
Table 54. Elements in the UDI Wizard Designer Configuration File and Their Descriptions
Element Name |
Description |
Specifies the root for all other elements |
|
Groups a set of Page elements |
|
Specifies a wizard page editor to be loaded in the UDI Wizard Designer, which is used to edit the configuration settings for a wizard page |
|
Specifies a parameter that is passed to the parent Task or Validator element and corresponds to a setter element in the UDI Wizard configuration file Note The attributes for this element are different if the parent is the Task or Validator element. |
|
Specifies a task within the task library |
|
Specifies a group of parameters that are passed to the task |
|
Groups a set of Task elements |
|
Specifies a validator within the validator library |
|
Groups a set of Validator elements |
Related Topics
UDI Wizard Reference
DesignerConfig
DesignerMappings
Page
Param
Task
TaskItem
TaskLibrary
Validator
ValidatorLibrary