Hey guys,
I need some help.
I'm trying to do a package to install AdobeStd X (deployed through SCCM2012 on Win7). I have the original AcroStd packaged done through Customization WizardX with the license key.
As part of the folder, I have the following script attached to install:
AcrobatUpd1010.msp
AcrobatUpd1011.msp
AcrobatUpd1012.msp
AcrobatUpd1013.msp
Copy of Script for AdobeStdX Setup.ini :
[Startup]
RequireOS=Windows XP
RequireMSI=3.0
RequireIE=6.0.2600.0
CmdLine=/sl"1033" /spb /rs
[Product]
msi=AcroStan.msi
Languages=1033;1036
1033=English (United States)
1036=French (France)
CmdLine=TRANSFORMS="AcroStan.mst"
PATCH=AcrobatUpd1010.msp;AcrobatUpd1011.msp;AcrobatUpd1012.msp;AcrobatUpd1013.msp
[Windows XP]
PlatformID=2
MajorVersion=5
MinorVersion=1
ServicePackMajor=2
[MSI Updater]
Path=WindowsInstaller-KB893803-v2-x86.exe
However, when I run the Setup.exe the system crashs:
This patch package could not be opened. Contac the application vendor to verify that this is a valid Windows Installer patch package.
If I run the setup.exe without the cmdline to install the patchs however in the .ini file, it works.
Also, we had done the same package for Adobe Pro X with the same type of script and upgrade patch and it worked.
Copy of Script for AdobeProX Setup.ini :
RequireOS=Windows XP
RequireMSI=3.0
RequireIE=6.0.2600.0
CmdLine=/sl"1033" /spb /rs
[Product]
msi=AcroPro.msi
Languages=1033;1036
1033=English (United States)
1036=French (France)
CmdLine=TRANSFORMS="AcroPro.mst"
PATCH=AcrobatUpd1010.msp;AcrobatUpd1011.msp;AcrobatUpd1012.msp;AcrobatUpd1013.msp
[Windows XP]
PlatformID=2
MajorVersion=5
MinorVersion=1
ServicePackMajor=2
[MSI Updater]
Path=WindowsInstaller-KB893803-v2-x86.exe
Any help would be greatly appreciated.
Nicolas Coch
Message was edited by: ncoch