/build/static/layout/Breadcrumb_cap_w.png

Another MSI scripting issue - patching not working?

I have Acrobat Pro 11 scripted, with 3 MSP update files I want to install. I zipped everything up, and run a batch file that includes the code below. It installs the main AcroPro.msi just fine, but the updates aren't applied, and every post-install after that fails. Anyone have a similar issue when scripting acrobat pro?

Everything runs fine when executed directly in Windows. 

start /wait msiexec /qb /i vc_red.msi
start /wait msiexec /qb /i AcroPro.msi TRANSFORMS="AcroPro.mst"
start /wait msiexec /qb /p AcrobatUpd11001.msp
start /wait msiexec /qb /p AcrobatSecUpd11002.msp
start /wait msiexec /qb /p AcrobatUpd11003.msp

0 Comments   [ + ] Show comments

Answers (2)

Posted by: jaybee96 10 years ago
Red Belt
0

Comments:
  • http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/cmdline.html#chaining-updates - jaybee96 10 years ago
  • http://www.itninja.com/question/acrobat-x-pro-update-patch - jaybee96 10 years ago
Posted by: SMal.tmcc 10 years ago
Red Belt
0

try

start /wait /i AcroPro.msi TRANSFORMS="AcroPro.mst" PATCH=AcrobatUpd11001.msp;AcrobatSecUpd11002.msp;AcrobatUpd11003.msp /qb.

http://msdn.microsoft.com/en-us/library/windows/desktop/aa367988(v=vs.85).aspx

The other way they show is:

msiexec /p msipatch.msp;msipatch2.msp /n {00000001-0002-0000-0000-624474736554} /qb

 


Comments:
  • Thanks - I'll try that. Seems that applying the MSP to the MSI before hand might be working too. - sfigg 10 years ago
    • cool, anything that works! - SMal.tmcc 10 years ago
  • Definitely going to bookmark this page for when I run into more stupid Adobe updates in the future though! - sfigg 10 years ago
 
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