Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

adobe reader 11.0.12 redistributable

Guest
Jul 22, 2015 Jul 22, 2015

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?

2.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Jul 22, 2015 Jul 22, 2015

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 22, 2015 Jul 22, 2015
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 22, 2015 Jul 22, 2015
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines