Guide for deploying Adobe Acrobat Reader DC on all the computers in your network using MSI files and group policy
Prepare Adobe Acrobat Reader DC Files
Note: You need need to have a distribution agreement to download the Adobe Reader XI Enterprise version. You can obtain one from here: http://www.adobe.com/products/reader/distribution.html
Download Adobe Acrobat Reader DC Enterprise full installation AcroRdrDC1900820071_en_US.exe from http://get.adobe.com/reader/enterprise/.
Download the Adobe Acrobat DC Customization Wizard from here: ftp://ftp.adobe.com/pub/adobe/acrobat/win/AcrobatDC/misc/ More info on the Adobe Acrobat DC Customization Wizard here: https://www.adobe.com/devnet-docs/acrobatetk/tools/Wizard/WizardDC/index.html
Once you have obtained the necessary files, you need to extract the installer files from the installer. Browse using Windows Explorer to the folder where you have downloaded AcroRdrDC1900820071_en_US.exe. Hold the shift key and right click in this folder. Choose Open PowerShell window here. In the PowerShell window run:
.\AcroRdrDC1900820071_en_US.exe -sfx_o"C:\AdobeReaderExtracted" -sfx_ne
Create Adobe Reader XI Admin installation
Now that you have the necessary files extracted, change the current directory of your command window to c:\AdobeReaderExtracted and run msiexec to create the admin installation:
msiexec /a c:\AdobeReaderExtracted\AcroRead.msi TARGETDIR="c:\AcrobatReaderDC_AIP"
In the folder C:\AdobeReaderExtracted you will have (among other files) the Adobe Acrobat Reader DC msi file AcroRead.msi and the patch AcroRdrDCUpd1900820071.msp.
Patch the installation msi file by opening a PowerShell prompt in the folder C:\AdobeReaderExtracted and run the command:
msiexec /a C:\AcrobatReaderDC_AIP\AcroRead.msi /p C:\AdobeReaderExtracted\AcroRdrDCUpd1900820071.msp
Customise Adobe Reader XI with the Adobe Reader Customization Wizard
Note: These notes have been updated to use the Customization Wizard that has been released. See below for the Group policy method.
Install the Adobe Customization Wizard DC, accepting the default options.
Once installed, run the Adobe Customization Wizard DC and choose File -> Open Package. Select the file AcroRead.msi file from the C:\AcrobatReaderDC_AIP folder.
From here you can step through the options and set as required. As a guide, I have set the following options for our enterprise:
Personalization Options
- Suppress display of End User Agreement (EULA)
Installation Options
- Make Reader the default PDF viewer
- Remove all versions of Reader
- Enable Optimization
- Enable Caching of installer files on local hard drive
- Run Silently (no interface)
- Suppress Reboot
Security
- Protected View - Off
Online and Adobe online
- Disable product updates
- Disable Purchase Adobe Acrobat
- Disable Product Improvement Program
Once you have finished customising the installation, generate a transform file and save it in c:\AcrobatReaderDC_AIP.
Deploy Adobe Reader DC
Copy the folder c:\AcrobatReaderDC_AIP to your msi deployment share, and add the msi along with the mst to your software deployment GPO.
References
https://www.adobe.com/devnet-docs/acrobatetk/tools/Wizard/WizardDC/index.html
http://get.adobe.com/reader/enterprise
http://www.adobe.com/devnet-docs/acrobatetk/tools/Wizard/basics.html