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

Reader 10.1.2 MUI fails to remove 10.1.0 MUI

New Here ,
Mar 14, 2012 Mar 14, 2012

So I've created an admin install of 10.1.2 by applying the 10.1.2 patch to the base 10.0.0 msi and it installs successfully on systems without Reader instlled; however, when I try and install it on our systems with an existing 10.1.0 MUI installation, it fails logging that a prior version exists and needs to be removed first.  The REMOVE PREVIOUS property set to YES, so I'm at a loss to understand why this is failing.  While there are language-specific versions of 10.1.0 as MSIs, there's no MUI version of 10.1.0 as an MSI, so I have to work from the base 10.0.0 (right?).  Just for grins I did try patching 10.1.2 onto the MSI created from the admin install of 10.1.0 MUI (originally created by applying the 10.1.0 patch to the 10.0.0 msi), but it doesn't work stating that the patch is for a different version.  I presume this should work, so I must be missing something...what is it?  Thanks!

1.4K
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
Guest
Mar 14, 2012 Mar 14, 2012

With Administrative Installation Points I've always found it best to remove the old version first with a script using [msiexec.exe /x {APPLICATION_GUID} ] before installing the new AIP.  You should read the documentation about 10.x AIP though.

http://helpx.adobe.com/acrobat/kb/update-patch-acrobat-reader-10.html

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 ,
Mar 14, 2012 Mar 14, 2012
LATEST

Thanks for the reply, Sabian.  Forcing the uninstall first was going to be my plan of last resort if there was no way to make it happen solely as a function of deploying the new version.

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