This article covers the process to install Dell Trusted Device (formerly Dell BIOS Verification).
Dell Trusted Device can be installed on Windows 10 devices through the user interface (UI) or through command-line interface (CLI) switches. Click the appropriate method for more information.
Click the appropriate product version for more information about the installation process. For more information about versioning, reference How to Identify the Dell Trusted Device Version.
Win64R
or WinNtR
and then double-click TrustedDevice-64bit.msi
or TrustedDevice.msi
.Win64R
= x64WinNtR
= x86Win64R
or WinNtR
and then double-click TrustedDeviceSetup-64Bit.exe
or TrustedDeviceSetup.exe
.Win64R
= x64WinNtR
= x86Win64R
or WinNtR
and then double-click BIOSVerificationSetup-64Bit.exe
or BIOSVerificationSetup.exe
.Win64R
= x64WinNtR
= x86Click the appropriate product version for more information about the installation process. For more information about versioning, reference How to Identify the Dell Trusted Device Version.
%temp%
, at C:\Users\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.
/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 executable. The content must always be enclosed in plain-text quotes. |
/S |
Silent Mode |
/L*V |
Logging verbose output. The content must always be enclosed in plain-text quotes. |
/V
, reference Microsoft Command-Line Options
.
Option | Meaning |
---|---|
/Q |
No Progress dialog. Restarts itself after process completion. |
/QB |
User interface with Cancel button. Prompts for device reboot on installation completion. |
/QB- |
Installation UI with Cancel button. Reboots device automatically on installation completion. |
/QB! |
User interface without Cancel button. Prompts for device reboot on installation completion. |
/QB!- |
Installation UI without Cancel button. Reboots device automatically on installation completion. |
/QN |
No user interface. |
Parameters | Values |
---|---|
INSTALLPATH= |
Path to alternate install location. |
Example #1:
msiexec /i TrustedDevice-64bit.msi /s /qn
Example #1 contains:
Example #2:
msiexec /i TrustedDevice.msi /qn /l*v C:\Dell\TrustedDevice.log
Example #2 contains:
TrustedDeviceSetup.msi
C:\Program Files\Dell\TrustedDevice\
C:\Dell\TrustedDevice.log
Switch | Meaning |
---|---|
/V |
Pass variables to the .msi inside the executable. The content must always be enclosed in plain-text quotes. |
/S |
Silent Mode |
/L*V |
Logging verbose output. The content must always be enclosed in plain-text quotes. |
/V
, reference Microsoft Command-Line Options
.
Option | Meaning |
---|---|
/QB |
User interface with Cancel button. Prompts for device reboot on installation completion. |
/QB- |
Installation UI with Cancel button. Reboots device automatically on installation completion. |
/QB! |
User interface without Cancel button. Prompts for device reboot on installation completion. |
/QB!- |
Installation UI without Cancel button. Reboots device automatically on installation completion. |
/QN |
No user interface. |
Parameters | Values |
---|---|
INSTALLPATH= |
Path to alternate install location. |
Example #1:
TrustedDeviceSetup-64bit.exe /s /qn
Example #1 contains:
TrustedDeviceSetup-64bit.exe
C:\Program Files\Dell\TrustedDevice\
Example #2:
TrustedDeviceSetup.exe /s /qn INSTALLPATH="C:\Program Files\Custom Directory\" /L*V"C:\logs"
Example #2 contains:
TrustedDeviceSetup.exe
C:\Program Files\Custom Directory
C:\logs\install.log
Switch | Meaning |
---|---|
/V |
Pass variables to the .msi inside the executable. The content must always be enclosed in plain-text quotes. |
/S |
Silent Mode |
/L*V |
Logging verbose output. The content must always be enclosed in plain-text quotes. |
/V
, reference Microsoft Command-Line Options
.
Option | Meaning |
---|---|
/QB |
User interface with Cancel button. Prompts for device reboot on installation completion. |
/QB- |
Installation UI with Cancel button. Reboots device automatically on installation completion. |
/QB! |
User interface without Cancel button. Prompts for device reboot on installation completion. |
/QB!- |
Installation UI without Cancel button. Reboots device automatically on installation completion. |
/QN |
No user interface. |
Parameters | Values |
---|---|
INSTALLPATH= |
Path to alternate install location. |
Example #1:
BIOSVerificationSetup-64bit.exe /s /qn
Example #1 contains:
BIOSVerificationSetup-64bit.exe
C:\Program Files\Dell\BIOS Verification\
Example #2:
BIOSVerificationSetup.exe /s /qn INSTALLPATH="C:\Program Files\Custom Directory\" /L*V"C:\logs"
Example #2 contains:
BIOSVerificationSetup.exe
C:\Program Files\Custom Directory
C:\logs\install.log
To contact support, reference Dell Data Security International Support Phone Numbers.
Go to TechDirect to generate a technical support request online.
For additional insights and resources, join the Dell Security Community Forum.