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

DesignerConfig

Specifies the root for all other elements

DesignerMappings

Groups a set of Page elements

Page

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

Param

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.

Task

Specifies a task within the task library

TaskItem

Specifies a group of parameters that are passed to the task

TaskLibrary

Groups a set of Task elements

Validator

Specifies a validator within the validator library

ValidatorLibrary

Groups a set of Validator elements

 

Related Topics

UDI Wizard Reference
DesignerConfig
DesignerMappings
Page
Param
Task
TaskItem
TaskLibrary
Validator
ValidatorLibrary