Anyone use KACE to rollout Teamviewer 14?
We are wanting to uninstall team viewer 12 and install team viewer 14 with KACE. Any suggestions?
Answers (2)
It is really easy to do so:
1. Install TV on one machine
2. Configure it
3. Export the settings
4. Create a CIR to collect the Team Viewer ID, my CIR is called CIRTVID and contains this CIR: RegistryValueReturn(HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TeamViewer, ClientID, NUMBER)
5. Create a script
Add the installer and the exported .reg file from step 3
Launch “$(KACE_DEPENDENCY_DIR)\TeamViewer_Setup.exe” with params “/S”.
Launch “C:\windows\system32\cmd.exe” with params “/c regedit /s $(KACE_DEPENDENCY_DIR)\tv.reg”.
Launch “C:\windows\system32\cmd.exe” with params “/c del ”%Public%\Desktop\Teamviewer*.lnk“”.
(thats why we created the CIR in step 4)
7. Run the script on all systems you need to have it installed
8. Now you can run the TV from any system in your env to any other system in your env from the appliance itself.