This element specifies a wizard page editor to be loaded in the UDI Wizard Designer, which is in turn used to edit the configuration settings for a wizard page.
Element Information
Table 57 provides information about the Page element.
Table 57. Page Element Information
Attribute |
Value |
Number of occurrences |
One or more for each wizard page defined in the DesignerMappings element |
Parent elements |
DesignerMappings |
Contents |
Any well-formed XML content |
Element Attributes
Table 58 lists the attributes of the Page element and a description for each.
Table 58. Attributes and Corresponding Values for the Page Element
Attribute |
Description |
Description |
Specifies text that provides information about the parameter, which is displayed in the UDI Wizard Designer |
DesignerAssembly |
Specifies the name of the .dll file associated with the wizard page editor (The .dll file must exist in the installation_folder\Bin folder (where installation_folder is the folder in which you installed MDT.) |
DesignerType |
Specifies the name of the wizard page editor within the .dll file specified in the DesignerAssembly attribute (This is the Microsoft .NET type for the wizard page editor, with the fully qualified Microsoft .NET namespace.) |
DisplayName |
Specifies the user-friendly name of the page editor, which is displayed in the UDI Wizard Designer |
DLL |
Specifies the name of the .dll file associated with the wizard page (The .dll file must exist in the installation_folder\Templates\Distribution\Tools\platform folder (where installation_folder is the folder in which you installed MDT and platform is x86 for the 32-bit version or x64 is for the 64-bit version.) Note Ensure that the DLL processor architecture matches the MDT processor architecture installed. For example, if you installed a 32-bit version of MDT, then ensure you use a 32-bit DLL for the wizard page. |
Image |
Specifies the name of an image of the page that is in Portable Network Graphics (PNG) format (The .png file must exist in the installation_folder\Bin\Images folder (where installation_folder is the folder in which you installed MDT.) |
Type |
Specifies the wizard page editor and must match the named used when the custom page was registered |
Remarks
The UDI Wizard Designer uses the Page element like a template to create the initial XML for a new wizard. The UDI Wizard Designer performs schema validation to ensure that the Page and child elements have a valid format. This element provides a mapping between the UDI Wizard page type and the information that the UDI Wizard Designer needs to edit and create pages of this type using a custom page editor.
Example
None.
Related Topics