How to Deploy Adobe Acrobat Reader DC using Configuration Manager.
1. First you need to download the Adobe Acrobat Reader DC Enterprise:
- Select an Operating system
- Select a language
- Select a version
2. After you have downloaded the installer you can extract the .exe bestanden (using elevated PowerShell) so you can access the .MSI file;
The parameters are:
-sfx_ne : Do not execute any file after installation (overrides the -e switch) This switch should be used if user only wants to extract the installer contents and not run the installer.
-sfx_o : Specifies the name of folder where the expanded package is placed. The folder name should be enclosed in quotation marks. It is best if you do not use an existing folder.
-sfx_nu : Silently extracts the installation files from the EXE.
.\AcroRdrDC1901020098_en_US.exe -sfx_o"C:\temp\AcroRdrDC19\Deployment" -sfx_ne
OPMERKING: This doesn’t work with the web installer.
3. After you have extracted the installer and have access to the .MSI file then you can create a .MST file with the Acrobat Customization Wizard DC;
4. Start the Acrobat Customization Wizard DC;
5. Klik Open Package and point to the .MSI file;
Then you can start using the Wizard to customize the installation
6. Onder Personalization Options
- Klik Suppress display of End User License Agreement (EULA)
7. Onder Install Options
- Klik Make Reader the default PDF viewer
- Klik Silently (no interface)
- Klik Suppress reboot
8. Onder Shortcuts
- Klik Remove the Adobe shortcuts on Desktop
9. Onder Online Services and Features
- Disable upsell
- Disable Adobe Acrobat Document Cloud Services
- Disable Adobe Sign
- Disable Send for Review
- Disable third-party connections such as Dropbox, Google Drive, enz.
- Disable Sharepoint connector
- Set Disable product updates as you need
10. Save Package
11. Then you are ready to deploy Adobe Reader DC with your favorite deployment tool by running the Setup.exe (without any keys, we already set Silently (no interface)).
P. S. For SCCM deployments set Uninstall option:
Uninstall Program:
msiexec /x {AC76BA86-7AD7-1058-7B44-AC0F074E4100} /qn
Uninstall start in:
C:\Program Files (x86)\Adobe\Acrobat Reader DC
great, thank you
Hoi! Any reason why you used the setup.exe instead of the MSI for the SCCM deployment?
Hoi. The only reason, why I used setup.exe – because it works as I need. You can try with MSI and write the result.