This script displays a dialog box that allows the user to browses to a folder. The selected folder path is stored in the FOLDERPATH environment variable.

 

Value

Description

Input

Environment variables. Contains the list of property values, custom properties, database connections, deployment rules, and other information that the scripts require to complete the deployment process. The environment variables are populated by ZTIGather.wsf.

Output

None

References

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

·     WizUtility.vbs. Includes support functions and subroutines that the UI uses (such as wizard pages)

Location

·     distribution\Scripts

·     program_files\Microsoft Deployment Toolkit\Scripts

Use

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

DefaultFolderPath

˜

 

FolderPath

 

˜

 

Related Topics

Scripts