Deploy upgrade of Teamviewer Host - upgrade of replace previous version

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 Package
or
- Package can upgrade over the existing package

2017-09-12_20-20-59.png

Best Answers

Answers

  • ABCD_Systems
    ABCD_Systems Posts: 2 ✭✭

    @echo Off

    net stop TeamViewer

    TIMEOUT 20


    "C:\TeamViewer.exe" /S

    TIMEOUT 30

     

     

    Save as bat file run as administrator