MSI coupled with an MSP
Hi All
Any help would be appreciated. Putting together a script to install Adobe 8.2 with the just released security updated 8.2.1. The script below is what I'm using to push the package, but I'm sure the syntax is not correct, as it only attempts to install the patch, without the msi first (and fails).
Any advice would be much appreciated.
msiexec /i "\\share\AdbeRdr820_en_US.msi" TRANSFORMS="\\share\AdobeReader8_2.mst" ADDLOCAL=ALL PATCH="\\share\AcrobatUpd821_all_incr.msp" /qn
Any help would be appreciated. Putting together a script to install Adobe 8.2 with the just released security updated 8.2.1. The script below is what I'm using to push the package, but I'm sure the syntax is not correct, as it only attempts to install the patch, without the msi first (and fails).
Any advice would be much appreciated.
msiexec /i "\\share\AdbeRdr820_en_US.msi" TRANSFORMS="\\share\AdobeReader8_2.mst" ADDLOCAL=ALL PATCH="\\share\AcrobatUpd821_all_incr.msp" /qn
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
Posted by:
pjgeutjens
13 years ago
1) do your install in 2 steps, first installing the MSI, then applying the patch with an MSIEXEC.EXE /P ...
2) are you SURE you want to do it this way? I know Adobe readers are a pain, but I'd suggest trying to make an AIP and patching that first. This way you can centralise your source control.
EDIT: not again...[:(]
2) are you SURE you want to do it this way? I know Adobe readers are a pain, but I'd suggest trying to make an AIP and patching that first. This way you can centralise your source control.
EDIT: not again...[:(]
Posted by:
anonymous_9363
13 years ago
Posted by:
joedown
13 years ago
Posted by:
gmouse
12 years ago
Getting a bit confused here...
With versions less than 8.2.1, we could use setup.ini, as below (for the full 8.1.3 MSI) and just add in the MSP(s).
For 8.2.0, adding in the 8.2.1 MSP isn't working.
They change something, again?
Thanks!
[Startup]
RequireOS=Windows 2000
RequireMSI=3.0
RequireIE=6.0.2600.0
CmdLine=/rs /sAll
[Product]
msi=Adobe813.msi
CmdLine=TRANSFORMS="Adobe813.mst"
PATCH=AdbeRdrUpd814_all_incr.msp;AdbeRdrUpd815_all_incr.msp;AdbeRdrUpd816_all_incr.msp
[Windows 2000]
PlatformID=2
MajorVersion=5
ServicePackMajor=4
[MSI Updater]
Path=http://ardownload.adobe.com/pub/adobe/reader/win/8.x/8.0/misc/WindowsInstaller-KB893803-v2-x86.exe
With versions less than 8.2.1, we could use setup.ini, as below (for the full 8.1.3 MSI) and just add in the MSP(s).
For 8.2.0, adding in the 8.2.1 MSP isn't working.
They change something, again?
Thanks!
RequireOS=Windows 2000
RequireMSI=3.0
RequireIE=6.0.2600.0
CmdLine=/rs /sAll
msi=Adobe813.msi
CmdLine=TRANSFORMS="Adobe813.mst"
PATCH=AdbeRdrUpd814_all_incr.msp;AdbeRdrUpd815_all_incr.msp;AdbeRdrUpd816_all_incr.msp
PlatformID=2
MajorVersion=5
ServicePackMajor=4
Path=http://ardownload.adobe.com/pub/adobe/reader/win/8.x/8.0/misc/WindowsInstaller-KB893803-v2-x86.exe

so that the conversation will remain readable.