

- Teamviewer unattended install with account Patch#
- Teamviewer unattended install with account license#

This adds a Replace with Take Control link to the device in the dashboard. From the dashboard, edit the device and turn on Take Control. With only a Premium license, this rules out this option. Turns out using simple install switches in the script do the trick. For me personally, I was looking to deploy TeamViewer Host to all of our Staff computer for remote support purposes, but it seemed as if that the only way to do it was using the MSI tool.
Teamviewer unattended install with account license#
Unfortunately, TeamViewer requires a corporate license in order to remotely & programmatically deploy the Host module and automatically assign it to your account. Those looking to install TeamViewer silently a.k.a.
Teamviewer unattended install with account Patch#
If TeamViewer 10 was installed via Patch Management, change that patch from Approve to Ignore so it doesn’t upgrade again. On the Remote Service Control tab of Remote Desktop, you should see the TeamViewer 9 service running.įrom the MAXfocus dashboard, re-run checks to get to to pick up the TeamViewer integration again. Then install the previous version:Ĭheck the Program Files (x86)\TeamViewer\Version9 folder to confirm that Version 9 is there. Give it a minute and make sure the TeamViewer folder is empty. "%programfiles(x86)%\TeamViewer\uninstall.exe" /S If I didn’t, I’d have to write a script to download it. Also, the service name is just “TeamViewer” without a version suffix.įortunately, I still have the TeamViewer 9 installer in a folder called C:\Install on the remote computer. TeamViewer Version 10 gets installed in the Program Files (x86)\TeamViewer folder, not in a subfolder. Posts here and here explain that the /S switch (must be capitalized) can be used for silent uninstall and re-install of TeamViewer using the. I only have command-line access to the machine via the MAXfocus Remote Background prompt. I need to downgrade TeamViewer from 10 to 9 to re-gain compatibility with MAXfocus. I approved an upgrade to TeamViewer 10 and lost TeamViewer access to a machine from the MAXfocus dashboard.
