Jump to content

Recommended Posts

Posted

For more information about the commande line option, type: AdbeRdr90_en_US.exe /? You'll get the following command:

/sAll Silent Mode for product

/sPB Silent Mode with Progress Bar for product

/rs Reboot Suppress

/rps Reboot Prompt Suppress

/ini "PATH" Alternative initialization file

/sl "LANG_ID" Set Language; LANG_ID - Code in decimal digits

/l Enable Error Logging

/msi[Command line] Parameters for MSIEXEC

When you launch the .exe file it will extract the MSI in this location

Application Data\Adobe\Reader 9.0\Setup Files\READER9


  • 1 month later...
Posted

When I run the AdbeRdr90_en_US.exe /? command I do not get the list of options but rather it starts to run the install GUI. Why? Are there different versions of the AdbeRdr90_en_US.exe file?

Thanks for any help you can give me

Posted (edited)

Some folks over at the Adobe forum note that you can get the Reader 9 installer sans Adobe.com and Adobe Air HERE. Download the AdbeRdr90_en_US_Std.exe installer. Here's my AutoIt script to install unattendedly, arrange icons, get rid of the EULA nag, and remove "speed launcher" from Run:

RunWait ( @ScriptDir & '\AdbeRdr90_en_US_Std.exe /sPB /rs')
FileDelete( @ProgramsCommonDir & "\Adobe Reader*.lnk")
FileDelete( @DesktopCommonDir & "\Adobe Reader*.lnk")
FileCreateShortcut(@ProgramFilesDir & "\Adobe\Reader 9.0\Reader\AcroRd32.exe", @ProgramsCommonDir & "\Accessories\Adobe Reader 9.lnk")
RegWrite('HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\AdobeViewer', 'TrustedMode', 'REG_DWORD', '00000000')
RegWrite('HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\AdobeViewer', 'EULA', 'REG_DWORD', '00000001')
RegWrite('HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\AdobeViewer', 'Launched', 'REG_DWORD', '00000001')
RegWrite('HKEY_LOCAL_MACHINE\Software\Adobe\Acrobat Reader\9.0\AdobeViewer', 'EULA', 'REG_DWORD', '00000001')
RegWrite('HKEY_LOCAL_MACHINE\Software\Adobe\Acrobat Reader\9.0\AdobeViewer', 'Launched', 'REG_DWORD', '00000001')
RegDelete('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run', 'Adobe Reader Speed Launcher')

Edited for typos.

Edited by blinkdt
Posted

That is the location I got the install file from, but I am still unable to run it with the /? switch.

I am using the AdbeRdr90_en_US.exe file, should I be using one of the others?

Posted

Nice find, Cluberti, I might add that reg tweak to disable the updater.

@akoop: you need to run the installer with the /? switch and LET IT RUN. The program will not install. Running C:\Users\MeMeMe\Desktop\AdbeRdr90_en_US_Std.exe /?, for example, will run "Adobe Reader 9 - Setup" but end with a simple Window listing all of the setup switches available, as stated by hannubys.

Posted

I will give it a try. I didn't realize that the GUI would open and run without actually installing the app.

Thanks for the info.

Posted

No problem.

I am using the AdbeRdr90_en_US.exe file, should I be using one of the others?
In my opinion, yes, look for AdbeRdr90_en_US_Std.exe as it does not include Adobe.com and Air.
  • 5 months later...
Posted

one of the best threads i've seen in a long as was wondering how best to not install the AIR & .com rubbish and removing the updater is abonus

cheers all

  • 10 months later...
Posted

short summary:

1. Extract file:

AdbeRdr920_en_US_Std.exe -nos_ne

2. Silent Install

go to %LOCALAPPDATA%\Adobe\Reader 9.1\Setup

START /WAIT MSIEXEC /I AcroRead.msi ALLUSERS=TRUE /QB

Posted

You can use the Adobe Customization Wizard 9, execulte the installer adobe reader goes to the folder "C: \ Program Files \ Adobe \ Acrobat 9.0 \ Setup Files \ (AC76BA86-7AD7-1046-7B44-A92000000001)". copy all the files open ACW9 and make the changes that you want, use the addon maker to create the ADDom, not need any command. sorry for English

Adobe customization wizard

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...