-
1. Re: Unable to apply 9.3.0 patch to .msi
Rosskoba Aug 31, 2010 8:15 AM (in response to Rosskoba)Has anyone been able to apply the patch?
-
2. Re: Unable to apply 9.3.0 patch to .msi
Bill@VT Aug 31, 2010 4:57 PM (in response to Rosskoba)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 Jul 6, 2011 11:00 AM (in response to Rosskoba)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 /qnrem 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 /qnand 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


