Copy link to clipboard
Copied
Hello,
I have all the files, MST and the patch located in one folder. I am trying to use the following MSI command lines locally on my computer before I can attempt to deploy this via SCCM 2012. I am having issues either with the package not compatible or using /p and getting the MSIEXEC help window prompt. I've tried a few command lines:
msiexec /i AcroRead.msi PATCH="AdbeRdrUpd11010_MUI.msp" TRANSFORMS="AcroRead.mst"
msiexec /i AcroRead.msi /p AdbeRdrUpd11010_MUI.msp TRANSFORMS="AcroRead.mst"
msiexec /i AcroRead.msi TRANSFORMS="AcroRead.mst" /p AdbeRdrUpd11010_MUI.msp
Adding /qn on the end makes the install work silently when not attempting to include the patch, but fails to install it silently when only using the transform file that I have selected in the wizard to silently install.
We have 5 different versions from 8.0 through 10.0 in our environment of 3000 machines. Sadly this was not managed before...I can easily update our current 11.0 versions that range from 11 to 11.0.09 by only applying the patch to them but need to get the full install working for the 2500 machines I need to target.
I tried using the /a command which seems to work, but creates program files and common files folders inside my adobe folder on the desktop when executing it from the cmd. Am i suppose to package that folder all in one and then use the /i command to install adobe? I've been researching for a week but finally hit a wall where I dont think I am getting anywhere.
Thank you in advance,
Kevin
Copy link to clipboard
Copied
I have almost answered my own question as I just came across this link
https://it-god.co.uk/deploy-adobe-reader-xi-11-0-10-with-sccm-2012/
This is for the plain reader version, but we use MUI now (due to other languages required in our environmet). I get to the part where it asks to apply the patch to the AIP folder but it fails.
msiexec /p AdbeRdrUpd11010.msp /a C:\Reader\11.0.10\AcroRead.msi
I changed this to account for the MUI naming,
msiexec /p AdbeRdrUpd11010_MUI.msp /a C:\Reader\11.0.10\AcroRead.msi
But I get the windows prompt that says this package can not be opened, please verify. I ensured that both the patch and base install were MUI versions, and i downloaded fresh copies of each. I also unblocked the patch so that it can run. No luck so far.
EDIT: Using another guide i found the command line (modified the path to my location) and this worked,
msiexec /a C:\adobe\Reader\11.0.10\AcroRead.msi /qb /p AdbeRdrUpd11010_MUI.msp TARGETDIR=C:\adobe\Reader\11.0.10\
Find more inspiration, events, and resources on the new Adobe Community
Explore Now