Hello everyone.
A little background information before I get started.
- Downloaded Reader 11.0.03 EXE file and extracted its contents using: AdbeRdr11003_en_US.exe -nos_o"c:\temp\Adobe XI (11.0.03)" -nos_ne
- I ran the customization XI wizard to create an MST to be applied later on
- Next, I created the Adobe Installation point using: msiexec /a AcroRead.msi
- I created the AIP on C:\AdobeAIP and this step worked fine
- Next, I patched the AIP source files (version 11.0.03) using: msiexec /a AcroRead.msi /p "c:\temp\Adobe XI (11.0.03)\AdbeRdrUpd11003.msp"
- This process completed successfully and no issues were found
My question is: how do I go about deploying the patched version of Reader 11.0.03? (FYI, I use SCCM 2012 to deploy Adobe. I do not use SCUP yet)
Do I copy the MSI file from the AIP folder to the original extraction point of the EXE file? (Step 1), or do I have to repackage the source files in AIP?
Note: My current installation command in SCCM reads: msiexec /i "AcroRead.msi" TRANSFORMS="AcroRead.mst" /q
Thanks!