How to packages Adobe Reader for Enterprise Deployment – Mobile-First Cloud-First
This is a blog post on how to create a Enterprise Deployment of Adobe Reader.
First you need to download the Adobe Reader Enterprise
- Select an Operating system
- Select a language
- Select a version

After you have downloaded the installer you can extract the .exe files 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.
.\AcroRdrDC1900820071_en_US.exe -sfx_o”c:\temp\AcroRdrDC19\Deployment\” -sfx_ne

Then the installer is extraction

All the files are extracted in the path you stated in the extraction command

After you have extracted the installer and having access to the .MSI file then you can create a .MST file with the Acrobat Customization Wizard DC
Start the Acrobat Customization Wizard DC

- Click Open Package and point to the .MSI file

Then you can start using the Wizard to customize the installation
Under Personalization Options
- Click Suppress display of End User License Agreement (EULA)

Under Install Options
- Click Make Reader the default PDF viewer
- Click Silently (no interface)
- Click Suppress reboot

Under Shortcuts
- Click remove the Adobe shortcuts on Desktop

Under Online Services and Features
- Disable upsell
- Disable Adobe Acrobat Document Cloud Serivces
- Disable Adobe Sign
- Disable Send for Review
- Disable third party connections such ad Dropbox, Google Drive, etc.
- Disable Sharepoint connector

Then you are ready to
A .MST file is automatic created the same are setup.ini that sets all the silent parameters and point to both .MST and .MSP file
Then you are ready to deploy Adobe Reader with your favorite deployment tool by running the setup.exe -s
More info:
Adobe Enterprise Administration Guide

