This element specifies a task within the task library.
Element Information
Table 61 provides information about the Task element.
Table 61. Task Element Information
Attribute |
Value |
Number of occurrences |
One or more within the TaskLibrary element (This element is not optional if the TaskLibrary element is specified.) |
Parent elements |
TaskLibrary |
Contents |
TaskItem |
Element Attributes
Table 62 lists the attributes of the Task element and provides a description of each.
Table 62. Attributes and Corresponding Values for the Task Element
Attribute |
Description |
Description |
Specifies text that provides information about the task, which is displayed in the UDI Wizard Designer |
DLL |
Specifies the name of the .dll file associated with the task (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 for the 64-bit version.) |
Name |
Specifies the name of the task, which is displayed in the appropriate UDI Wizard page and in the UDI Wizard Designer |
Type |
Specifies the task type, which is registered with the factory registry and used to call a specific task within a .dll file |
Remarks
None.
Example
None.
Related Topics