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 (5811 downloads)
Note: Aaron has created a much more comprehensive ADM that you can download over at his site.


Thx… worked perfectly!
You are so good. Thanks a lot.
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
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.
could you explain waht we do after to have copying the files in another location ?
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.
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
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?
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.
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
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
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
Useful instructions. Thank you.
One small change: when installing version 9.1, I found the installation files in
C:\Documents and Settings\username\AppData\Adobe\Reader 9.1\Setup Files
David
Thank you.It worked perfectly fine..
Will you please tell another softwares that support silent installation??and one more thing what exactly that .msi file contains?plz reply..
your very generous to enable us to get adobe reader 9.90