jkeim
Posts: 34
Score: 0 Joined: 6/5/2001 Status: offline
|
I just built a package in Wise Script Editor to deploy Adobe 8.1.1, 8.1.2, and the Security patch by using command lines like this: msiexec /p "AcrobatUpd811_all_incr.msp" /n {PRODUCT CODE} /qn /L* C:\AdobeUpd811.log msiexec /p "AcrobatUpd812_all_incr.msp" /n {PRODUCT CODE} /qn /L* C:\AdobeUpd812.log msiexec /i "AcrobatReaderUpd812_SU1_all.msi" /qn /L* C:\AdobeSecUpd.log Look for the product code in HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\AdobeVERSIONYOU USE All worked like a charm! Hope this helps. Janis
|