This utility is run as an action by the Task Sequencer for executables (such as a script or other code) that require user interaction. By default, the task sequence cannot run an executable that requires user interaction. However, this utility allows the Task Sequencer to run an executable that requires user interaction.
The executable that requires user interaction is provided as an argument to this utility. This utility runs the executable in a separate command environment.
Note This utility can only be used in LTI deployments. ZTI deployments prohibit any user interaction.
Value |
Description |
Location |
distribution\Tools\platform |
Use |
BDDRun.exe commandline |
Arguments
Value |
Description |
commandline |
The command to be run that requires user interaction |
Note Put double quotation marks around any part of the command-line portion of the argument that contains blanks. For example: BDDRun.exe MyAppInstall.exe /destinationdir: "%ProgramFiles%\AppName".
Related Topics