This script initiates an installation of applications that have been configured in the Applications node in Deployment Workbench. This script will not attempt to install any application that:

·     Does not support the target computer’s platform type

·     Does not support the target computer’s processor type

·     Has an uninstall entry in the registry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

Note   If the listed application has any dependent applications defined, this script attempts to install those dependent applications before installing the listed application.

 

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

·     ZTIApplications.log. Log file that contains events that this script generates

·     BDD.log. Log file that contains events that all MDT scripts generate

References

·     ZTIConfigFile.vbs. Includes routines for processing XML files

·     ZTIUtility.vbs. Includes support functions and subroutines that the script uses

·     BDDRun.exe. Runs a command that requires user interaction

Location

distribution\Scripts

Use

cscript ZTIApplications.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

ApplicationGUID

˜

 

ApplicationSuccessCodes

˜

 

DependentApplications

˜

 

DeploymentMethod

˜

 

InstalledApplications

˜

˜

ResourceDrive

˜

 

ResourceRoot

˜

˜

SMSTSRebootRequested

 

˜

SMSTSRetryRequested

 

˜

 

Related Topics

Scripts