This Hypertext Application displays the Deployment Wizard pages.
Value |
Description |
Input |
Environment variables. Contains the list of property values, custom properties, database connections, deployment rules, and other information that the scripts require to complete the deployment process. The environment variables are populated by ZTIGather.wsf. |
Output |
· Wizard.log. Log file that contains events that this script generates · BDD.log. Log file that contains events that all MDT scripts generate |
References |
· LTIGetFolder.wsf. Script file that initiates a BrowseForFolder dialog box · ZTIConfigFile.vbs. Includes routines for processing XML files · ZTIUtility.vbs. Includes support functions and subroutines that the script uses · WizUtility.vbs. Includes support functions and subroutines that the script uses |
Location |
· distribution\Scripts · program_files\Microsoft Deployment Toolkit\Scripts |
Use |
mshta.exe Wizard.hta </definition:filename> </NotWizard> </debug:value> |
Arguments
Value |
Description |
/debug:value |
Outputs the event messages to the console and to the .log files. If the value specified in value is: · TRUE, event messages are sent to the console and the .log files · FALSE, event messages are sent only to the .log files (This is the behavior when the argument is not provided.) |
/NotWizard |
Used to bypass wizard page prompts |
/Definition:filename |
Specifies the XML file that is to be loaded into the wizard |
Properties
Name |
Read |
Write |
Definition |
˜ |
|
DefaultFolderPath |
|
˜ |
FolderPath |
˜ |
|
WizardComplete |
|
˜ |
Related Topics