This script generates an XML file—ZTIAppXmlGen.xml—to use when automatically capturing user data (documents) associated with installed applications. It does so through the HKEY_CLASSES_ROOT\Software\Classes registry key and captures any applications that:
· Are not associated with one of these file extensions: .mp3, .mov, .wma, .wmv, .chm, .evt, .evtx, .exe, .com, or .fon
· Are not associated with Microsoft Office, such as the 2007 Office system or Microsoft Office 2003.
· Have a valid open handler listed at HKEY_CLASSES_ROOT\application\shell\open\command
Value |
Description |
Input |
Environment variables. Contains the property values, custom property values, database connections, deployment rules, and other information that the scripts require to complete the deployment process |
Output |
· ZTIAppXmlGen.xml. Contains a list of applications installed on the target computer · ZTIAppXmlGen.log. Log file that contains events that this script generates · BDD.log. Log file that contains events that all MDT scripts generate |
References |
ZTIUtility.vbs. Includes support functions and subroutines that the script uses |
Location |
distribution\Scripts |
Use |
cscript ZTIAppXmlGen.wsf </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.) |
Properties
Name |
Read |
Write |
DeploymentMethod |
˜ |
|
DeploymentType |
˜ |
|
ImageBuild |
˜ |
|
OSCurrentVersion |
˜ |
|
USMT3 |
˜ |
|
USMTMigFiles |
˜ |
˜ |
Related Topics