This script is called by the Deployment Wizard to initiate LTI. The script:
· Removes the C:\MININT folder (if it exists)
· Checks that the target computer meets the requirements for running the Deployment Wizard by calling ZTIPrereq.vbs
· Starts the Deployment Wizard by running LiteTouch.wsf
Value |
Description |
Input |
None |
Output |
None |
References |
· BDDRun.exe · ZTIPrereq.vbs. Used to determine whether the target computer meets the prerequisites for deploying a new operating system · LiteTouch.wsf. The script responsible for controlling the LTI deployment process |
Location |
distribution\Scripts |
Use |
cscript LiteTouch.vbs </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 |
None |
|
|
Related Topics