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