Posted on 11-18-2020 07:33 AM
I used to just remove the updater from the app package yet that no longer works.
How are you disabling updates for clients?
Our current issue has been for some reason Firefox crashes when clients try and update themselves and I dont want them updating until I get a chance to test compatibility against internal systems...
Any help is greatly appreciated.
Posted on 03-05-2021 07:17 AM
Using the plist template here: https://github.com/mozilla/policy-templates/tree/master/mac
And this line worked for me via Configuration Profile:
<key>DisableAppUpdate</key>
<true/>
Posted on 09-24-2021 07:47 AM
can you share your custom schema? I actually want to enable auto updates.