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>