Radu C Popescu
Posts: 15
Joined: Thu Jul 20, 2023 5:31 pm

Silent install instructions and parameters for TeamViewer

Below you can find the necessary information to perform a silent installation using the designated silent install parameters for TeamViewer

About: TeamViewer is a widely used remote desktop software that enables users to access and control computers remotely from anywhere in the world. It offers features such as screen sharing, file transfer, and remote control, making it suitable for online meetings, remote support, and collaboration.
Application Name: TeamViewer
Version: 15.42.9
Main Application Process: `TeamViewer.exe`
Main Application Website URL: https://www.teamviewer.com/
Privacy URL: https://www.teamviewer.com/en/privacy-policy
EXE Installer (Silent Install): TeamViewer_Setup.exe

Code: Select all

/S
EXE Installer (Silent Uninstall): Check unistall string registry key.
MSI Installer (Silent Install):

Code: Select all

msiexec /x {msisetupname} /qn /l*v “%temp%\install.log”
MSI Installer (Silent Uninstall):

Code: Select all

msiexec /x {productcode} /qn /l*v “%temp%\uninstall.log”
Categories for Intune: Remote Access, Utilities, Productivity

Return to “Silent Install Command Line”