silent install adobe reader 11
adobe reader 11 silent install deployment
Answers (7)
Hello. Just registered....and did not have the time proceed with a proper question, sry. I was testing (labbing) out MDT2012 adding software to my deployment and was looking for/eager to find the right settings for a silent installation of ADReader v.11 (adding that to my W7 deployinstall), and luckily somewhere near here (dont remember where) I did find it. Thanks anyway. I will get back here soon. Looks like a great site! Bye for now/CK.
Here is what I have been using for silent install of Adobe 11 with MDT 2012
@echo off
REM Installs Adobe Acrobat with Autoupdate Disabled
cls
echo --------------------------------------------------------
echo .
echo .
echo . Installing Adobe Acrobat - Please Wait
start /D%0\..\ /WAIT msiexec /i Acroread.msi TRANSFORMS=AcroRead.mst /q
You can use command without TRANSFORMS option as that is the cstomization I had to do for my particular requirements e.g., disable auto update etc.
BTW, if you want to do customizatio, use Adobe Customization Tool, the name is "CustWiz1000_en_US.exe" which will create an .mst file for you