We have deployed Teamviewer 10 host via GPO.We want to upgrade to version 12.
To modify the GPO, which option do I choose:- Uninstall the existing package, then install the upgrade Packageor- Package can upgrade over the existing package
Always test, test, test!
But I believe you can install over the existing version, as long as it's the same type.
Yeah, check page 3 of the MSI Manual. Should be in the zip file that contains the msi download.
To install TeamViewer MSI, follow these steps:1. Choose the package you want to install (TeamViewer.msi or TeamViewer_Host.msi)2. If you have already deployed a TeamViewer MSI version before, you can simply install the newer Version. The older version will be replaced automatically, even if it's a lower majorversion (4.x or higher supported). However, you have to make sure that TeamViewer(full version) and TeamViewer Host won’t get mixed. If you want to change theTeamViewer variant, you should uninstall the existing one first.
@echo Off
net stop TeamViewer
TIMEOUT 20
"C:\TeamViewer.exe" /S
TIMEOUT 30
Save as bat file run as administrator