This script is called by LiteTouch.vbs and is responsible for controlling the LTI deployment process. This includes:
· Running the Deployment Wizard
· Running the LTI deployment process by using the appropriate task sequence file
Value |
Description |
Input |
· task_sequence_file.xml. Contains the tasks and sequence of tasks for the LTI deployment process · Environment variables. Contains the list of property values, custom properties, database connections, deployment rules, and other information required by the scripts to complete the deployment process; the environment variables are populated by ZTIGather.wsf |
Output |
· LiteTouch.log. Log file that contains events that this script generates · BDD.log. Log file that contains events that all MDT scripts generate |
References |
· BDD_Welcome_ENU.xml. Displays the Deployment Wizard Welcome page for LTI deployment · DeployWiz_Definition_ENU.xml. Displays the Deployment Wizard pages for LTI deployment · Diskpart.exe. Utility that allows the automated management of disks, partitions, and volumes · LTICleanup.wsf. Performs cleanup tasks after deployment finishes · LTICopyScripts.wsf. Copies the deployment scripts to a local hard drive on the target computer · MSHTA.exe. HTML application host · RecEnv.exe. If this utility exists, the user is prompted to determine whether to launch Windows Recovery Environment. · Regsvr32.exe. Registers files (.dll, .exe, .ocx, and so on) with the operating system · Summary_Definition_ENU.xml. Displays the summary results for the LTI deployment · TsmBootStrap.exe. Task sequence Bootstrap utility · Wizard.hta. Displays the Deployment Wizard pages · WPEUtil.exe. Initializes Windows PE and network connections; initiates LTI · ZTIGather.wsf. Gathers properties and processing rules · ZTIPrereq.vbs. Checks that the target computer meets the requirements for running the Deployment Wizard · ZTINICConfig.wsf. Configures activated network adapters · ZTIUtility.vbs. Includes support functions and subroutines the script uses |
Location |
distribution\Scripts |
Use |
BDDRun.exe "wscript.exe <ScriptDirectory>\LiteTouch.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) |
/Start |
Creates a shortcut in the new operating system that runs once the shell starts |
Properties
Name |
Read |
Write |
_DoNotCleanLiteTouch |
˜ |
|
_SMSTSPackageName |
|
˜ |
AdminPassword |
˜ |
|
Architecture |
˜ |
˜ |
BootPE |
˜ |
˜ |
ComputerBackupLocation |
|
˜ |
ComputerName |
˜ |
|
DeployDrive |
˜ |
˜ |
DeploymentMethod |
˜ |
˜ |
DeploymentType |
˜ |
˜ |
DeployRoot |
˜ |
˜ |
DestinationLogicalDrive |
|
˜ |
DomainAdmin |
|
˜ |
DomainAdminDomain |
|
˜ |
DomainAdminPassword |
|
˜ |
FinishAction |
˜ |
|
HostName |
˜ |
|
IsServerCoreOS |
˜ |
|
JoinDomain |
˜ |
|
JoinWorkgroup |
˜ |
˜ |
KeyboardLocalePE |
˜ |
|
LTISuspend |
˜ |
|
OSDAdapterCount |
˜ |
|
OSDComputerName |
˜ |
˜ |
Phase |
˜ |
˜ |
ResourceDrive |
˜ |
˜ |
ResourceRoot |
˜ |
˜ |
RetVal |
|
˜ |
SkipBDDWelcome |
˜ |
|
SkipFinalSummary |
˜ |
˜ |
SkipWizard |
˜ |
|
SMSTSLocalDataDrive |
|
˜ |
TaskSequenceID |
˜ |
|
TimeZoneName |
|
˜ |
UserDataLocation |
˜ |
˜ |
UserDomain |
˜ |
|
UserID |
˜ |
|
UserPassword |
˜ |
|
WelcomeWizardCommand |
˜ |
|
WizardComplete |
˜ |
|
Related Topics