ThinScale Desktop Agent Silent Uninstall / Install Mode
How to install / uninstall the TDA in Silent Mode
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 AND REGISTER THE TDA WITH A REGISTRATION KEY
msiexec.exe /i TDASetup_8..xxx.msi MGMTURI=https://support.thinscale.com MGMTREGISTRATIONKEY=1b0a97c95e364eb19941608e15c79980c55415eca319400893d126fb7e49b736
msiexec.exe /i TDASetup_8..xxx.msi MGMTURI=https://support.thinscale.com MGMTREGISTRATIONCODE= FZBSp9JaHA
RE-REGISTER TDA
(commonly used to migrate a TDA device to another server, or to change the registration key it's using)
C:\Program Files\ThinScale\TDA>TDA.Update.exe /REGISTER MGMTURI=https://support.thinscale.com MGMTREGISTRATIONKEY=1b0a97c95e364eb19941608e15c79980c55415eca319400893d126fb7e49b736
Note: with the above registration script, a progress window will be shown and then the user will be prompted to click “Reboot” to complete the process. If you'd like to have it run silently with no window and have it automatically reboot when finished, please just add /silent e.g.
C:\Program Files\ThinScale\TDA>TDA.Update.exe /REGISTER MGMTURI=https://support.thinscale.com MGMTREGISTRATIONKEY=1b0a97c95e364eb19941608e15c79980c55415eca319400893d126fb7e49b736 /silent
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