

- ACROBAT READER UPDATE MAC HOW TO
- ACROBAT READER UPDATE MAC MAC OS X
- ACROBAT READER UPDATE MAC INSTALL
+ /usr/bin/hdiutil attach /tmp/acrobat.dmg -nobrowse -quiet + /bin/echo 'Thu Apr 30 17:30:: Mounting installer disk image.' + /bin/echo 'Thu Apr 30 17:29:: Downloading newer version.' ++ /usr/bin/defaults read '/Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Info' CFBundleShortVersionString + logfile=/Library/Logs/AdobeAcrobatDCUpdateScript.log Here are the errors reported from Jamf: Executing Policy Adobe Acrobat DC (Test) I manually entered the version number in the script as well.

ACROBAT READER UPDATE MAC MAC OS X
UserAgent="Mozilla/5.0 (Macintosh Intel Mac OS X $Įxit & having the same issue with your script. # Set the User Agent string for use with curl OSvers_URL=$( sw_vers -productVersion | sed 's//_/g' ) # Get OS version and adjust for use with the URL string Logfile="/Library/Logs/AdobeAcrobatDCUpdateScript.log"
ACROBAT READER UPDATE MAC INSTALL
# Script to download and install Adobe Acrobat Updates. # - v.1.2 Deej, : fork Reader script for Adobe Acrobat DC # - v.1.1 Joe Farage, : support for new Adobe Acrobat DC # AdobeAcrobatUpdate.sh - Installs or updates Adobe Acrobat Pro DC This is stolen "adapted" from Joe Farage's Reader updating script, but designed to update Acrobat Pro DC. you'll notice the entry has been moved down but is still present.Just wanted to share something I got working today in my Friday afternoon Google Time. Once you've finished all of this, open Acrobat Pro, change a couple of options and close it then, make a copy of your plist file, convert it to xml format and check that the FeatureLockdown key is still present in the file. Make sure Acrobat Pro isn't running while do you this, as it may overwrite the file from cache. You do not need the tags before and after new entries because they already exist.Īfter having added the entries to the file, save it and close it, and convert it back to binary format: plutil -convert binary1


They must look like this: FeatureLockdown Your entries are gone because (1) the application can only read the file in binary format, and you didn't convert it back and (2) the entries are wrong.Īdd your entries right below the following lines: DC THIRD: Disable auto-update system wide and lock it downAdd the entries shown in here right after the DC entry first: Plutil -convert xml1 /Users/ /Library/Preferences/.plist plist file from binary to xml for editingOpen terminal and type:
ACROBAT READER UPDATE MAC HOW TO
FOLKS! I finally re-learned how to permanently shut off the auto updates so our Zii patcher won't expire with every update.I'm posting here so I can remind myself at some point in the future and to help you all out!ĪDOBE ACROBAT PRO DC MAC OS TURN OFF AUTO UPDATEĬonvert.
