Posted on 06-08-2021 03:08 PM
Hey folks,
this is my first post here and we have Jamf Pro since 2 weeks. We have a customized Teamviewerqs.pkg which is deployed to all computers. At the first start the window with Eula prompted. Is there a way to block it or accept it with a config in background?
Cheers
Solved! Go to Solution.
Posted on 12-12-2023 07:58 AM
Seems like TeamViewer has stopped looking in Managed Preferences so needs to put in Users Preferences now.
Since we ether use DEPNotify ( which checks if user is logged in before running the Policy ) or Self Service when provisioning the app this works for us. Don't know if it's the best way but since no one replied I hope it helps someone.
Posted on 06-09-2021 04:47 AM
Would also be curious to know the answer to this as well; I doubt it, but would be nice to have.
Posted on 06-22-2021 01:57 AM
No one? :(
Posted on 06-24-2021 02:14 AM
Hi guys, we also use QuickSupport in our environment. The first time you start TeamViewer QS it will ask to accept the EULA. IF you do that, a plist file is written to ~/Library/Preferences/com.teamviewer.TeamViewerQS.plist which contains:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PermissionSetupWasShown</key>
<true/>
<key>ScreenCaptureWasRequested</key>
<true/>
<key>TVEULAAccepted</key>
<true/>
</dict>
</plist>
This was in our case with Teamviewer QS Version 15.15.5
But I think with newer versions like 15.17.6 the EULA dialogue is gone. I checked on another client with the newer version and there was no EULA popup. I check again and will give you feedback.
Posted on 06-24-2021 02:23 AM
So just completely removed the old version from my system then reinstalled the new version via Jamf. No popup regarding EULA is shown. Hope this will help you.
Posted on 08-03-2021 11:42 AM
EULA is back (and different looking) in 15.20.x
Posted on 08-13-2021 01:48 AM
EULA doesn’t popup for me. So it works
I just uploaded the PLIST file after I accepted it to Jamf Pro to the same configuration profile that I set up for our Teamviewer integration.
Posted on 08-17-2021 12:57 AM
Could you share your configuration profile? I am curious how you guys manage your Teamviewer setup.
Posted on 08-17-2021 01:37 AM
@pkleiber unfortunately I can't upload the images here...
view links:
https://ibb.co/PmvbmQr
https://ibb.co/K6hHtmW
Posted on 09-02-2021 12:57 AM
@Flaurian
I've tried the same like you. the pppc works like a charm but if i upload the plist, the Preference Domain field is empty. i insert "com.teamviewer.TeamViewerQS.plist" and safe the profile but the eula popo still comes. after i accept the eula the plist is created.
03-16-2022 08:55 AM - edited 03-16-2022 08:56 AM
hey folks. after a while i've give it a next try. and what should i say. i've entered "com.teamviewer.TeamViewerQS.plist" in the preference domain field in the upload section for the config profile. after i changed it to "com.teamviewer.TeamViewerQS" it works.
My plist looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>TVEULAAccepted</key>
<true/>
</dict>
</plist>
Cheers
Posted on 01-27-2023 02:42 AM
TeamViewer 15.37.3 and EULA Screen is back and the old plist doesn't work anymore. Any suggestions?
Posted on 12-12-2023 07:58 AM
Seems like TeamViewer has stopped looking in Managed Preferences so needs to put in Users Preferences now.
Since we ether use DEPNotify ( which checks if user is logged in before running the Policy ) or Self Service when provisioning the app this works for us. Don't know if it's the best way but since no one replied I hope it helps someone.