Adobe Acrobat Reader 9 Silent Install

by Paul on July 6, 2008

Note: Aaron has posted that Adobe has released the customisation wizard for Acrobat Reader 9 and has updated his excellent post on deploying Acrobat Reader 9 with this new information.

Instructions

To perform a silent install of Adobe Acrobat Reader 9.0, follow these steps:

1. Download the install file from Adobe here .

2. Run the installer, and wait until the setup dialog appears asking you for a destination folder to install to.

3. Leave that dialog open, and in Windows Explorer navigate to C:\Documents and Settings\usernamel\Local Settings\Application Data\Adobe\Reader 9.0\Setup Files\READER9 .  This contains the extracted setup files you will need for silent installs.

4. Copy the files to another location, and cancel the open dialog box.

5. Now to perform a silent install using whatever deployment tool you wish (eg GPO, SMS, SCCM, SCE) you simply execute the MSI with the usual "quiet" switches, eg…

msiexec /qb /i AcroRead.msi

ADM Template for Acrobat Reader 9

If you’re performing a deployment to a business network you might find this ADM handy.  It lets you control three behaviours of Reader 9 for which I find the default settings annoying:

  • automatic updates
  • EULA on first run
  • browser integration

Download it here: Adobe Acrobat Reader 9 ADM Template (3090 downloads)

Note: Aaron has created a much more comprehensive ADM that you can download over at his site.

{ 2 trackbacks }

stealthpuppy / Deploying Adobe Reader 9 for Windows
07.08.08 at 3:48 am
2008 roundup | The Capslock Assassin
02.12.09 at 10:32 pm

{ 12 comments… read them below or add one }

Christian 07.11.08 at 4:56 pm

Thx… worked perfectly!

Mary 07.12.08 at 1:25 pm

You are so good. Thanks a lot.

Philippe 07.17.08 at 11:43 pm

and for all domestic users use: setup.exe /sPB
this switch installs Acrobat Reader 9 in Silent Mode, but show´s you a Progress Bar while installation

Kym Charlesworth 08.04.08 at 10:43 am

As posted on StealthPuppy, beware deploying AR9 into your active directory environment if you have folder redirection of Application Data to a UNC share. The current version of AR9 has a bug and will immediately terminate with a Visual C++ Runtime Library error upon opening in this circumstance.

will 11.20.08 at 5:09 am

could you explain waht we do after to have copying the files in another location ?

Paul 11.20.08 at 10:04 am

Will, you simply execute the command “msiexec /qb /i AcroRead.msi” from the folder that you extracted the files to. So for example you could open a command prompt (CMD.exe), navigate to the folder (in my example it is C:\Temp\Reader9) and then run the msiexec command.

Stefano 02.04.09 at 11:33 pm

There is an alternative command: AdbeRdr90_en_US.exe /sAll /sPB /rs
Decompression in temp folder and full silent.
You can execute on remote machine with utility: psexec.exe (to execute remote process with alternative credential)

The sintax is: psexec \\%pc% -i -u administrator -p %pwd% \\serversw\silent\Acrobat9.exe /sAll /sPB
Where %PC% is pc name variable and %pwd% is variable password of the user administrator.

Bye

Jason 03.04.09 at 8:54 pm

do you know if you can use the msiexec /qb /i AcroRead.msi in a cmdline Task sequence in SCCM 2007, i’ve been trying and getting errors about invalid path?

Paul 03.04.09 at 9:44 pm

It should work fine, but with SMS or SCCM you sometimes need to configure packages to map a network drive to any letter (or sometimes to a specific letter) during installation.

Diego 04.30.09 at 12:25 am

I add this line to my login script so it install the app when users login. But how can I configure so it won’t install on computers that alreday have it?
thanks!

msiexec /qb /i AcroRead.msi

Scott 05.20.09 at 1:43 am

Anyone know how to auto remove all versions of Adobe reader, or is there a switch when installing the msi file with mst file, to auto grade what version they have on there system?

Scott

Paul 05.21.09 at 12:03 pm

Hi Scott, I haven’t specifically tested this with version 9 but in my experience Acrobat Reader installers will upgrade from the previous version of the program if its already installed. Older ones however usually need manual removal.

You could build this into your install script by detecting earlier versions and executing their various uninstall command strings before installing v9. Some example uninstall strings are found here: http://www.appdeploy.com

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>