/build/static/layout/Breadcrumb_cap_w.png

silent install adobe reader 11

adobe reader 11 silent install deployment

 


0 Comments   [ + ] Show comments

Answers (7)

Posted by: bkelly 11 years ago
Red Belt
1

I'm not sure if this qualifies as a question, but I'm guessing this is what you are looking for: http://www.itninja.com/software/adobe/reader-6/xi-11-0-00

Posted by: nheyne 11 years ago
Red Belt
1

http://www.itninja.com/search?q=adobe+reader+11&i.x=0&i.y=0&cx=014503921158165719423%3A3hy89iql-j8&t=search-filter-by-keyword#search-filter-by-keyword

Posted by: CK 11 years ago
Senior White Belt
1

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.

Posted by: Timi 11 years ago
7th Degree Black Belt
0

I usually use this command with success from a managed installation with the offline installer in exe format:

 

/msi EULA_ACCEPT=YES /qn

 

 

Posted by: brucegoose03 9 years ago
5th Degree Black Belt
0
Found a great page with all of the Adobe Reader silent install switches:
http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/properties.html

Here's what I'm using:
AdbeRdr11009_en_US.exe /qn /sAll /rs /l /msi /qb- /norestart EULA_ACCEPT=YES REMOVE_PREVIOUS=YES DISABLE_ARM_SERVICE_INSTALL=1 UPDATE_MODE=0


Posted by: mcpsurfer 11 years ago
White Belt
0

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

 

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ