ThinScale Desktop Agent Silent Uninstall Install Mode

How to install the TDA in Silent Mode

Written by Diego

Last published at: January 25th, 2024


SILENT INSTALL OPTIONS:

 

Command Line Option

Description

MGMTURI The address of a ThinScale Management Server e.g., https://tstmgmtserver.domain.local/TSTMgmt
MGMTREGISTRATIONKEY The GUID associated with the Management Registration Key you want this ThinScale Desktop Agent device to connect via.
(for more information on Management AK, please see the ThinScale Management Console Administrators Guide)
MGMTREGISTRATIONCODE The GUID associated with the Portal Registration Code you want this ThinScale Desktop Agent device to connect via. Only used for OnPrem Servers
UILEVEL The installer sets the UILevel property to the level of the user interface.
REGISTER Will register the ThinScale Desktop agent when used with the MGMTREGISTRATIONKEY or MGMTREGISTRATIONCODE
UNINSTALL Will uninstall the ThinScale Desktop Agent
SILENT Wil install the ThinScale Desktop Agent silently

 

Examples in silent mode:

 

INSTALL THE TDA WITH A REGISTRY KEY

msiexec.exe /i TDASetup_8.0.xxx.msi MGMTURI=https://support.thinscale.com MGMTREGISTRATIONKEY=1b0a97c95e364eb19941608e15c79980c55415eca319400893d126fb7e49b736


msiexec.exe /i TDASetup_8.0.xxx.msi MGMTURI=https://support.thinscale.com MGMTREGISTRATIONCODE= FZBSp9JaHA



REGISTER THE TDA

C:\Program Files\ThinScale\TDA>TDA.Update.exe /REGISTER MGMTURI=https://support.thinscale.com MGMTREGISTRATIONKEY=1b0a97c95e364eb19941608e15c79980c55415eca319400893d126fb7e49b736

 

UNINSTALLING THE TDA

msiexec /X TDASetup-x.x.xx.msi /QB
msiexec /x TDASetup-x.x.xx.msi /qn /l*v C:\user\Desktop\TDA.log