Copy link to clipboard
Copied
I want to update Adobe Reader 11.0.09 to 11.0.12 on my Remote Desktop Servers. We have installed version 11.0.09 with an automated script. Update 11.0.12 can be downloaded as an MSP-file, but for ease of automation I want to use the same deployment method (exe-file).
I notice there is a redistributable version of 11.0.10 available. When will this be available for version 11.0.12?
Copy link to clipboard
Copied
Hi sanderd43390323‌,
Exe install for Adobe Reader 11.0.12 is not available right now. However I have created a package for Adobe Reader 11 with the latest update, please download & extract the package using this link Adobe Creative Cloud‌. Run the AdbeRdr11000_en_US.msi file in the package to install Adobe Reader 11.0.12.
Let me know if you experience any issue.
Regards,
Aadesh
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Version successfully upgraded from 11.0.10 to 11.0.12 via remote install.
I have powershell scripts to perform remote installs of applications. Adding the following to my remote install script worked:
msiexec /update <FILE LOCATION>\AdbeRdrUpd11012.msp /qn
NOTE: Since this patch is just another windows install package, you can install the .msp package using the /qn (quiet install / no user interaction) flag. Of course this is a patch so you need to make sure the base application is already installed.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now