White Papers
After installation, a browser launches and displays results. See Results, Troubleshooting, and Remediation for more information.
Restart the computer to complete installation if prompted.
Command-Line Installation
• Be sure to enclose a value that contains one or more special characters, such as a blank space in the command line, in escaped
quotation marks.
• Use these commands to install Trusted Device Agent using a scripted installation, batch files, or any other push technology available to
your organization.
• Log files: Windows creates installation log files for the logged in user at %temp%, at C:\Users\<UserName>\AppData\Local
\Temp.
If you decide to add a separate log file when you run the installer, ensure that the log file has a unique name. Use the standard .msi
command to create a log file. For example: /l*v C:\<any directory>\<any log file name>.log. See the example listed
below.
• The installer uses basic .msi switches and display options, except where noted, for command-line installations. The switches must be
specified first. The /v switch is required and takes an argument. Other parameters go inside an argument that is passed to the /v
switch.
Specify display options at the end of the argument that is passed to the /v switch to achieve the expected behavior. Do not use
both /q and /qn in the same command line. Only use ! and - after /qb.
Switch
Meaning
/v Pass variables to the .msi inside the *.exe.
/s Silent mode
Option Meaning
/q No Progress dialog - restarts itself after process completion
/qb Progress dialog with Cancel button, prompts for restart.
/qb- Progress dialog with Cancel button - restarts itself after process completion
12 Installation