/build/static/layout/Breadcrumb_cap_w.png

Acrobat Pro 9.13 Issues

We are having some trouble installing Adobe Acrobat Pro 9.13. We have tried many different methods to install this and we always get an error when applying one of the patches. Here is what we run into.

Using the Adobe provided customization wizard (CustWiz90_en_US.exe) we create a custom MST

We then run from a script our install command ....
msiexec.exe /i "%path%\AcroPro.msi" /QB! TRANSFORMS="%path%\AcroPro.mst" ALLUSERS=1 REBOOT=R /L*V+! "c:\program files\wise\logs\AcroPro9.log"

This works and then our automated script will run the following command next:
msiexec.exe /a "%path%\AcroPro.msi" /p "%path%\1 AcroProStdUpd910_T1T2_incr.msp" /QB! ALLUSERS=1 REBOOT=R /L*V+! "c:\program files\wise\logs\AcroPro9Patch1.log"

This works!! But... it is on the next patch that it will always fail.
msiexec.exe /a "%path%\AcroPro.msi" /p "%path%\2 AcrobatUpd911_all_incr.msp" ALLUSERS=1 REBOOT=R /L*V+! "c:\program files\wise\logs\AcroPro9Patch2.log" /QB!

This gives us an error ever time. And we know we are not alone in this (http://forums.adobe.com/thread/472233?tstart=0) since as you can see others have the same issue.

And now the really upsetting part. If we manually double click on the AcroPro.msi and all .MSP files it all works with no errors!!

So we then tried to run everything from the command line but WITHOUT calling the custom .MST or do any logging. And sure enough it fails again on the same .MSP file.

Has anyone been able to install Acrobat Pro 9 and then patch it to 9.13 using a automated script that called msiexec?

And why would this all work when you double click on everything but not when you run it all from a cmd.exe window using msiexec?

Thanks for any assistance.

0 Comments   [ + ] Show comments

Answers (7)

Posted by: darkfang 14 years ago
Blue Belt
1
Try applying all patches on the same command line : (/update separated by ";" (semi-colon))

msiexec.exe /i "%path%\AcroPro.msi" /QB! TRANSFORMS="%path%\AcroPro.mst" ALLUSERS=1 /update "%path%\AcroProStdUpd910_T1T2_incr.msp;%path%\AcrobatUpd911_all_incr.msp" REBOOT=R /L*V+! "c:\program files\wise\logs\AcroPro9.log"
Posted by: turbokitty 14 years ago
6th Degree Black Belt
0
I'm not sure why you're doing this. You should create a patched AIP of the MSI then just deploy that.

Also, you should NOT be deploying the 911 patch. It goes like this:
9.0.0 > 9.1.0 > 9.1.2

http://kb2.adobe.com/cps/498/cpsid_49880.html
Posted by: mhsl808 14 years ago
Fifth Degree Brown Belt
0
You should create a patched AIP of the MSI then just deploy that.

Meaing an Admin Install Point? We are not donig an AIP for this app and we turn off all Updates within the .MST. We don't want anyone to patch any adobe products.
Posted by: turbokitty 14 years ago
6th Degree Black Belt
0
ORIGINAL: mhsl808

You should create a patched AIP of the MSI then just deploy that.

Meaing an Admin Install Point? We are not donig an AIP for this app and we turn off all Updates within the .MST. We don't want anyone to patch any adobe products.



Are you sure you know what an AIP is? You're using /a in your command.
Posted by: mhsl808 14 years ago
Fifth Degree Brown Belt
0
mis-type on my part.....sorry.
Posted by: mhsl808 14 years ago
Fifth Degree Brown Belt
0
Putting everything on 1 command line worked !! Thanks.
Posted by: turbokitty 14 years ago
6th Degree Black Belt
0
darkfang: rating your post.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ