License: Each purchase is for one user, up to 2 devices for that user to use
Packaging:
Previous Adobe Reader instructions no longer apply for Adobe Acrobat Pro 2020 but still apply for current version of Adobe reader: Adobe Reader
Simply extract the .exe file and copy contents to a folder that you can edit
We will open up Adobe Acrobat Customization Wizard to configure a transform file. Open the MSI file in your AIP directory.
- Required to input a license key
- Recommend disabling registration
- Recommend to run the installation Silently (no interface)
- Recommend checking Supress display for EULA
- Recommend to suppress reboot
- Recommend checking remove all versions of Adobe Reader as we are replacing them with this install - this has been hit or miss though
- Recommend Making Adobe Reader default - no longer supported on Windows 10, admins will need to find another way to make this default
- Consider patching manually and disabling auto-updates or not
- You may need to make registry changes, file changes or installer changes as needed. You will need to understand the changes you are making and it will need to depend on what you are doing.
- Note if you save, your transform will be named to AcroRead.mst and placed in the installer's directory. If you generate a transform, you can save it with any name/location you would like. Unlike Orca, this doesn't save the transform file locally.
When we have a working installer, we can place this in our Digital Software Library and create an SCCM application to push this out.
SCCM Application:
Add from the DSL as an MSI application, be sure that all folders and transforms are present. This is assuming you saved your Transform as an MSI
Install string: msiexec.exe /i "AcroRead.msi" /qn TRANSFORMS="AcroRead.mst"
Uninstall String: msiexec.exe /x <Product Code> - SCCM will put this in by default provided you add this as a traditional MSI installer.
Detection Method: As you are installing an MSI file, the product code will show up by default. Recommend changing this by MSI property to equal the current version of the product. This will prevent confusion on detecting older versions of the product and confusing them with the current product. This is mandatory if you are controlling updates. You can forgo this if you are not managing updates.
Supersedence: Add all previous versions of Adobe Reader as superseded applications, set them to be uninstalled and replaced w/ current version if you are managing updates, otherwise you can forgo this.
You will see better behavior if you download the content locally to cache before installing as the files can be large for mass deployments.
Deployment considerations: I recommend giving every computer a 1 week grace period to install Adobe within a maintenance window before aggressively pushing it out to all machines outside of a maintenance window when possible. The reason for this is that Adobe may require a reboot to install/uninstall. While this will be suppressed, there is always a small chance Adobe will not be able to install until a machine is rebooted.