/build/static/layout/Breadcrumb_cap_w.png

Anyone use KACE to rollout Teamviewer 14?

We are wanting to uninstall team viewer 12 and install team viewer 14 with KACE. Any suggestions?


0 Comments   [ + ] Show comments

Answers (2)

Posted by: Nico_K 4 years ago
Red Belt
1

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“”.

6. Create a Device Action under Settings | General Settings
"%ProgramFiles%\\TeamViewer\\TeamViewer.exe" -i KACE_CUSTOM_INVENTORY_CIRTVID --Password HIGHLYSECUREPASSWORD
(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.
Posted by: SMal.tmcc 4 years ago
Red Belt
0

create a smart label to detect TV12 and use that on an MI for TV14 install

run a batch

$ProgramFiles86\TeamViewer\uninstall.exe /S

TeamViewer_Setup.exe /S (or if you have MSI use the Standard MSI switches)

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ