Hi guys!
My customer has purchased a licenced version of Teamviewer and has provided me with the .MSI installer for the client side of it. I'm trying to deploy it through Microsoft Intune as a Line of Business application (that's how you deploy MSI's via Intune), but the installation is always failing.
When I look on a client computer where the installation has failed, I can see an Event ID 10005 with the error "TeamViewer 12 (MSI Wrapper) -- Installation requires Admin-Rights"
As far as I know, Intune installs software as Local System, and I'm pretty sure it would just be running the msiexec /i teamviewer.msi /quiet command to install it.
I've tested this installation command line in a command prompt running as Local System and teamviewer installs just fine. So I'm not sure what's going on for Intune to keep failing the install.
Any ideas? or maybe some switches I can pass to the teamviewer.msi?