3 Replies Latest reply: Jul 6, 2011 11:00 AM by ghbpiper RSS

    Unable to apply 9.3.0 patch to .msi

    Rosskoba Community Member

      I can not apply the 9.3.0 msp patch to the 9.2.0 msi. The install fails with this error message:

       

      http://i210.photobucket.com/albums/bb65/djfrost143/work/Capture-1.jpg

       

      Error 1334

       

      This happened when I was applying the 9.1.x patches also and I found a workaround that involved using Orca to delete rows from the table:

       

      http://forums.adobe.com/thread/472233

       

      But I can not find a resolution for the 9.3.x patches.

        • 1. Re: Unable to apply 9.3.0 patch to .msi
          Rosskoba Community Member

          Has anyone been able to apply the patch?

          • 2. Re: Unable to apply 9.3.0 patch to .msi
            Bill@VT CommunityMVP

            If you are using the update from the HELP menu this should not be an issue. If you are downloading the patches from Adobe, then you have to download ALL of the updates between the version you have and the one you are moving to. Then install them in order. Also, be sure your anti-virus is turned off during the install.

            • 3. Re: Unable to apply 9.3.0 patch to .msi
              ghbpiper Community Member

              Here ya go.  Make an AIP.  Kudos to Adobe for creating such a bloated, twitchy, convoluted pile of cr@p.

               

              Building the AIP on a local drive first is faster, then upload to your server.

               

              C:
              cd\AcroBatPro9
              md \AcrobatPro9AIP
              start /wait msiexec /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP /Liv c:\AcrobatPro9AIP\install900.log /qn
              cd \AcrobatPro9AIP
              start /wait msiexec /p c:\AcrobatPro9\AcroProStdUpd910_T1T2_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install910.log /qn
              start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd912_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install912.log /qn
              start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd920_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install920.log /qn
              start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd930_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install930.log /qn
              start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd932_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install932.log /qn
              start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd933_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install933.log /qn
              start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd940_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install940.log /qn
              start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd942_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install942.log /qn

              rem these are security updates.  Cannot install between quarterly updates.  Another "feature"
              rem start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd943_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install943.log /qn
              rem start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd944_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install944.log /qn
              start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd945_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install945.log /qn

               

              and this is the installer.  You may need to mess with this a bit to suit your own needs.

               

              rem @echo off
              net use q: \\<server>\<folder path> <password> /user:<domain>\<userid>
              q:
              start /wait msiexec /x {AC76BA86-1033-0000-7760-000000000004}  REBOOT=REALLYSUPPRESS /qn
              start /wait msiexec /i AcroPro.msi TRANSFORMS=AcroPro.mst ALLUSERS=1 REBOOT=REALLYSUPPRESS /qn
              c:
              net use q: /delete