Adobe recommends that users update to the latest version to take advantage of security and stability improvements. Updates can be installed as described below.
For information about the latest version, see the Release Notes.
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.
- Open Reader and choose Help > About Adobe Reader. Note your product version.
- Go to the Adobe Reader Downloads page. The web page automatically detects your OS and Reader version.
- If the web page indicates that a newer version is available, choose Install Now.
- Click the downloaded file and follow the instructions.
About: Adobe Acrobat Reader DC software is the free global standard for reliably viewing, printing, and commenting on PDF documents. And now, it's connected to the Adobe Document Cloud − making it easier than ever to work across computers and mobile devices. Download the free Acrobat Reader PDF mobile app to view and interact with your documents on iPad, iPhone and Android, and keep work moving. Speed business processes and let employees work anywhere with all-new Adobe Acrobat DC products and Adobe Document Cloud. Flash will be completely removed from all browsers by December 31, 2020, via Windows Update. Group policies are available for enterprise admins and IT pros to change the Flash behavior prior to that date. Companies reliant on Flash for development and playback of content are encouraged to remove the dependency on Adobe Flash prior to December 2020. Adobe Flash Player Download free Adobe Flash Player software for your devices to enjoy stunning audio/video playback, and exciting gameplay. By clicking the 'Update now' button, you acknowledge that you have read and agree to the Terms and Conditions. Adobe's Software Licensing Agreement for. Adobe programs all feature a 'Check for Updates' option in the Help menu, which can be used to find and install updates for the software. This may be a faster option if you only want to update a single program, instead of checking for, downloading and installing updates for all of your Adobe software.
Updating Adobe Reader and Adobe Acrobat manually
Installers for all supported products also appear on the product download pages (except for the full Acrobat). You can download and manually install these products as follows:
- Open the product.
- Choose Help > About Acrobat or Adobe Reader.
- Note the version.
- Close the product.
- If you do not have the latest version installed, download the needed installer from the following locations:
- Adobe Acrobat updates for Windows
- Adobe Acrobat updates for Mac OS
- Click the installer to start the installation process.
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
First let's go to offline installer page for adobe:
All adobe products patch
Specific link for adobe reader patch windows 10 installation
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
- 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'
or GUI
Acrobat Adobe Reader Update Internet Explorer
On one target computer, all good:
How To Update Adobe Reader To Latest Version
Job done, happy sccm-ing 😊