Deploy Adobe Reader 9

AID: 3893
  • Status: Published

3430 points

  • Bydee_nz
  • TypeTutorial
  • Posted on2010-10-03 at 13:41:29
Awards
  • Community Pick
Overview
This article describes how to silently install Adobe Reader on multiple workstations, customize the installation options (accept EULA, remove desktop shortcut etc) using the Adobe Customization Wizard and install Adobe Reader font packs and updates. Adobe Reader will be deployed to workstations using a batch file “Install Adobe Reader.cmd” (example at the end of the article).

Lots of articles cover some of the steps.  I thought it might be helpful for others to have all the information in one place.  Feedback and comments are welcome.

Download Adobe Reader MSI, language packs and updates
First you will need to download the Adobe Reader MSI (setup) files, font packs and updates you want to install. In this example I’m installing Adobe Reader 9.3.0, Japanese Font Pack, Korean Font Pack, Chinese Traditional Font Pack and Adobe Reader 9.3.1, 9.3.2, 9.3.3 updates.

Adobe Reader
ftp://ftp.adobe.com/pub/adobe/reader/win/
Adobe Reader 9.3
ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.3/enu/
Adobe Reader 9.3.1 Update
ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.3.1/misc/AdbeRdrUpd931_all_incr.msp
Adobe Reader 9.3.2 Update etc
ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.3.2/misc/
Adobe Reader Font Packs
ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.0/misc/

Adobe Reader Customization Wizard
The Adobe Reader Customization Wizard is a utility provided by Adobe to help customize the installation of Adobe products. The customization wizard generates a transforms file which is used when deploying the MSI file to customize installation options.

Download Adobe Customization Wizard 9
http://www.adobe.com/support/downloads/detail.jsp?ftpID=3993

Run the Adobe Customization Wizard
Select - File – Open Package – Open the Adobe Reader 9 MSI file and select the Adobe Reader options you want.
Note: Create an empty setup.ini in the same folder as the MSI file otherwise you will get a "setup.ini not found" error from the Customization Wizard.

Installation Options
Run installation – Silently
If reboot required – Supress reboot

Registry
Destination Computer
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Adobe Reader Speed Launcher: Action – Remove Value
This stops Adobe Reader Speed Launcher from being started automatically.

Shortcuts
Desktop – remove shortcut

EULA and Document Status
Suppress display of EULA

Online and Acrobat.com Features
Disable all updates
In Adobe Reader, disable Help – Purchase Adobe Acrobat
Disable all Acrobat.com access
Disable Product Improvement Program to enabled
Disable Viewing of PDF with Ads for Adobe PDF to enabled

Select - File - Save Package
The Customization Wizard generates a transforms (.mst) file and .ref file and updates setup.ini. Make sure that these files are in the same folder as the MSI file you want to deploy.

Deploying Adobe Reader
Adobe Reader will be installed on workstations by using this batch file:
Install Adobe Reader.cmd
@Echo off
REM Silent install Adobe Reader using the transforms file 
start /wait msiexec /i "\\Server\Software$\Applications\Adobe Reader\9.3\AdbeRdr930_en_US.msi" TRANSFORMS="\\Server\Software$\Applications\Adobe Reader\9.3\AdbeRdr930_en_US.mst" /qn /norestart

REM Install Adobe Reader Japanese Font Pack
start /wait msiexec /i "\\Server\Software$\Applications\Adobe Reader\9.3\FontPack90_ja_JP.msi" /qn /norestart

REM Install Adobe Reader Korean Font Pack
start /wait msiexec /i "\\Server\Software$\Applications\Adobe Reader\9.3\FontPack90_ko_KR.msi" /qn /norestart

REM Install Adobe Reader Chinese Traditional Font Pack
start /wait msiexec /i "\\Server\Software$\Applications\Adobe Reader\9.3\FontPack90_zh_TW.msi" /qn /norestart

REM install 9.3.2 update
REM have to install updates in this order 9.3.2, 9.3.3 then 9.3.4
start /wait msiexec /update "\\Server\Software$\Applications\Adobe Reader\9.3\AdbeRdrUpd932_all_incr.msp" /qn /norestart

REM install 9.3.3 update
start /wait msiexec /update "\\Server\Software$\Applications\Adobe Reader\9.3\AdbeRdrUpd933_all_incr.msp" /qn /norestart

REM install 9.3.4 update
start /wait msiexec /update "\\Server\Software$\Applications\Adobe Reader\9.3\AdbeRdrUpd934_all_incr.msp" /qn /norestart

REM delete desktop shortcut
del "C:\Documents and Settings\All Users\Desktop\Adobe Reader 9.lnk" /q

                                    
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:

Select allOpen in new window


Batch file notes:
  • Start the batch file with @Echo off to hide any command outputs from the user.
  • Using start /wait means that the batch file waits for each command to be executed before moving on to the next command.
  • Adobe reader updates need to be installed in order e.g. 9.3.1 then 9.3.2 then 9.3.3 etc.
  • Updates are installed using the MSIexec /update option.
  • The updates also re-create the desktop shortcut. Assuming that you don't want that icon visible, the batch file deletes it in the last line.
  • Use the MSIexec options /qn (no user interface) and /norestart (do not restart after installation).
  • For more MSIexec options type msiexec /? from a command prompt.
Asked On
2010-10-03 at 13:41:29ID3893
Tags
Topic

Miscellaneous Networking

Views
2250

Comments

Add your Comment

Please Sign up or Log in to comment on this article.

Join Experts Exchange Today

Gain Access to all our Tech Resources

Get personalized answers

Ask unlimited questions

Access Proven Solutions

Search 3.2 million solutions

Read In-Depth How-To Guides

1000+ articles, demos, & tips

Watch Step by Step Tutorials

Learn direct from top tech pros

And Much More!

Your complete tech resource

See Plans and Pricing

30-day free trial. Register in 60 seconds.

Loading Advertisement...

Top Misc Networking Experts

  1. giltjr

    142,949

    Master

    0 points yesterday

    Profile
    Rank: Genius
  2. hanccocka

    57,868

    Master

    2,800 points yesterday

    Profile
    Rank: Genius
  3. kevinhsieh

    53,840

    Master

    0 points yesterday

    Profile
    Rank: Genius
  4. keith_alabaster

    49,846

    0 points yesterday

    Profile
    Rank: Genius
  5. Darr247

    46,924

    0 points yesterday

    Profile
    Rank: Genius
  6. pergr

    41,116

    0 points yesterday

    Profile
    Rank: Master
  7. donjohnston

    36,633

    2,000 points yesterday

    Profile
    Rank: Genius
  8. rigan123

    34,141

    0 points yesterday

    Profile
    Rank: Guru
  9. nazsky

    32,574

    0 points yesterday

    Profile
    Rank: Wizard
  10. erniebeek

    31,778

    10 points yesterday

    Profile
    Rank: Genius
  11. ve3ofa

    30,145

    664 points yesterday

    Profile
    Rank: Genius
  12. thinkpads_user

    27,941

    0 points yesterday

    Profile
    Rank: Genius
  13. mattvmotas

    26,898

    0 points yesterday

    Profile
    Rank: Sage
  14. eeRoot

    26,578

    0 points yesterday

    Profile
    Rank: Wizard
  15. fmarshall

    26,541

    0 points yesterday

    Profile
    Rank: Wizard
  16. craigbeck

    26,240

    0 points yesterday

    Profile
    Rank: Sage
  17. TimotiSt

    25,004

    2,000 points yesterday

    Profile
    Rank: Master
  18. fgasimzade

    23,834

    0 points yesterday

    Profile
    Rank: Wizard
  19. RobWill

    23,300

    0 points yesterday

    Profile
    Rank: Savant
  20. arnold

    22,913

    0 points yesterday

    Profile
    Rank: Genius
  21. leew

    21,174

    0 points yesterday

    Profile
    Rank: Savant
  22. Netty

    20,562

    0 points yesterday

    Profile
    Rank: Guru
  23. chakko

    20,000

    0 points yesterday

    Profile
    Rank: Genius
  24. Soulja

    19,800

    0 points yesterday

    Profile
    Rank: Genius
  25. DaveBaldwin

    17,908

    0 points yesterday

    Profile
    Rank: Genius

Hall Of Fame