This script is responsible for installing a Windows PE image, Windows XP image, or Windows Vista image to the target computer. The Windows PE image is used to collect information about the target computer and to run the deployment tasks on the target computer.

 

Value

Description

Input

Environment variables. Contains the property values, custom property values, database connections, deployment rules, and other information the scripts require to complete the deployment process

Output

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

·     LTIApply_wdsmcast.log. Log file that contains events that the Wdsmcast utility generates

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

References

·     CMD.exe. Allows the running of command-line tools

·     Bootsect.exe. Applies a boot sector to the hard disk

·     ImageX.exe. A utility used to create and manage WIM files

·     ZTIBCDUtility.vbs. Includes utility functions used when performing Boot Manager tasks

·     ZTIConfigFile.vbs. Includes routines for processing XML files

·     ZTIDiskUtility.vbs. Includes support functions and subroutines the script uses

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

·     Wdsmcast.exe. A utility that target computers use to join a multicast transmission

Location

distribution\Scripts

Use

cscript LTIApply.wsf </pe> </post> </debug:value>

 

Arguments

Value

Description

/pe

Uses the process for installing the Windows PE image on the target computer

/post

Cleans up unnecessary files after the installation of an image

/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

Architecture

˜

 

BootPE

 

˜

DeployRoot

˜

 

DestinationLogicalDrive

˜

˜

OSGUID

˜

 

OSCurrentVersion

˜

 

OSVersion

˜

 

ImageBuild

˜

 

ImageFlags

˜

 

ImageProcessor

˜

 

ISBDE

˜

 

SourcePath

 

˜

TaskSequenceID

˜

 

UserDomain

˜

 

UserID

˜

 

UserPassword

˜

 

WDSServer

˜

 

 

Related Topics

Scripts