How to patch / update Adobe Reader DC with sccm
How to patch / update Adobe Reader DC with SCCM.
Another week another security vulnerability in adobe products. Probably you have already deployed adobe reader with sccm using a custom installation, if not you can find the article here: Install Adobe Reader DC with SCCM . If you have already the product the normal way is just to update the product. In order to do this you need to download just the patch file .msp format from adobe
Enjoy note: the patch is not true, Just buy the adobe products legally it's worth it:pguys don't judge me I've had enough of copyright strikes but the pat. If you're installing Acrobat DC subscription or trial and have chosen to retain Acrobat XI on your computer, then follow the steps below after you have installed Acrobat DC. Update Adobe Acrobat manually You can update Acrobat to the latest released version manually using the menu option Help Check for updates. APSB20-67 Security update available for Adobe Acrobat and Reader:: APSB20-48 Security. To install Adobe Reader and Acrobat updates from Adobe Updater, do the following: Launch Adobe Reader or Acrobat. Choose Help Check for Updates. Follow the steps in the Updater window to download and install the latest updates.
Adobe releases regular security updates for Reader and Acrobat. It's likely that the latest update patch can fix a conflict with your system or browser. Open Reader or Acrobat. Choose Help Check for Updates.
First letโs go to offline installer page for adobe:
All adobe products patch
Specific link for adobe reader patch windows 10 installation
How To Patch Adobe Acrobat 9 Pro
All other adobe offline products are available here:
Once I have downloaded the file, in my case was AcroRdrDCUpd1901020098.msp available on 28 feb 2018, I have created a new app named February update
- Create a app
- General, chose manually
- Add the name of the app
- Application catalog
- Deployment Type โ Add
- Chose script installer
- General information
- Content add the location and command in installation program: msiexec /p 'AcroRdrDCUpd1901020069.msp' /qn
- Detection, here I have used the version of adobe reader , AcroRd32.exe version 19.10.20098.54430. Everything lower than this number it will be upgraded.
- User experience, Install for system, whether or not ..
- Requirements, nothing
- Dependencies, nothing
- Summary, next
- Completion , close
- Deployments type, next
- Summary, next
- Progress, next
Adobe Acrobat Dc Pro Patch
- Completion, close
App creation is finished. Now distribute the app on DP's.
Deploy the app to a collection where you have all the computer with adobe dc reader. Criteria for that collection is:
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_INSTALLED_SOFTWARE on SMS_G_System_INSTALLED_SOFTWARE.ResourceId = SMS_R_System.ResourceId where SMS_G_System_INSTALLED_SOFTWARE.ProductName = 'Adobe Acrobat Reader DC'
Adobe Acrobat Download
or GUI
How To Patch Adobe Acrobat 7.0
On one target computer, all good:
Adobe Acrobat Xi Pro Patch
Job done, happy sccm-ing ๐