I am trying to deploy Acrobat Reader XI from a K1000
I am trying to deploy Acrobat Reader XI from a K1000
I packaged my transform file and the msi into a zip file
I have the folloowing command to install the package "MSIEXEC /i AdbeRdr11000_en_US.msi ALLUSERS=TRUE TRANSFORMS=AdbeRdr11000_en_US.mst /qb"
It apears to install but does not remove the old version, does not create any icons and does not register acobat reader with pdf files
Answers (1)
I used the Adobe Customization Wizard XI which creates the transform file. I too zip the msi, mst, and ini and put it on our KBOX. The wizard has all the settings for uninstalling previous versions back to 6 and you can have it remove the Desktop icon.
This is what I have in my script: msiexec /i AdbeRdr11000_en_US.msi TRANSFORMS="AdbeRdr11000_en_US.mst" /qn
Comments:
-
Not sure how different it is from X but here is what mine looks like:
msiexec.exe /i AcroStan.msi TRANSFORMS=AcroStan.mst /quiet
Check "Don't Prepend msiexec.exe" - ohiosoundguy 11 years ago