AlexMT
Posts: 8
Joined: Wed Jun 05, 2024 10:40 am

Trimble Connect Silent Install and Uninstall Parameters

For those of you needing to deploy Trimble Connect across multiple machines, we list the silent install and uninstall commands which can be executed without user intervention, ensuring a clean and automated install or removal process for both MSI or EXE installers.

About: Trimble Connect is a cloud-based collaboration platform for the construction industry.

Application Name: Trimble Connect
Version: 1.22.0.523
Main Application Website URL: https://download.tekla.com/trimble-connect/for-windows

EXE Installer (Silent Install):

Code: Select all

/S /v"/qn /L*v <log_file_path>"

EXE Installer (Silent Uninstall): uninst.exe

Code: Select all

/S /x /v"/qn /L*v <log_file_path>"

MSI Installer (Silent Install):

Code: Select all

msiexec /i  "Trimble Connect.msi" /qn /l*v <log_file_path>

MSI Installer (Silent Uninstall):

Code: Select all

msiexec /x {ProductCode} /qn /l*v <log_file_path>

Return to “Silent Install Command Line”