MSFN Forum: Unattended Adobe Reader 9 - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Unattended Adobe Reader 9 Rate Topic: -----

#1 User is offline   oskingen 

  • MSFN Friend
  • PipPipPipPip
  • Group: Members
  • Posts: 613
  • Joined: 20-January 08
  • OS:none specified
  • Country: Country Flag

Posted 03 July 2008 - 09:42 PM

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


#2 User is offline   kyor 

  • Member
  • PipPip
  • Group: Members
  • Posts: 103
  • Joined: 11-October 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 04 July 2008 - 02:52 AM

thanks it works :rolleyes:

#3 User is offline   akoop 

  • Group: Members
  • Posts: 3
  • Joined: 07-August 08

Posted 07 August 2008 - 06:26 PM

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

#4 User is offline   blinkdt 

  • Somewhat Knowledgeable
  • PipPipPipPip
  • Group: Members
  • Posts: 582
  • Joined: 30-September 03
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 10 August 2008 - 01:11 AM

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.

This post has been edited by blinkdt: 10 August 2008 - 09:31 PM


#5 User is offline   akoop 

  • Group: Members
  • Posts: 3
  • Joined: 07-August 08

Posted 11 August 2008 - 08:38 AM

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?

#6 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,208
  • Joined: 09-September 01
  • OS:Windows RT
  • Country: Country Flag

Posted 11 August 2008 - 01:05 PM

Honestly, I think this is the best way to deploy Acrobat Reader 9 silently, and without unnecessary components.

#7 User is offline   blinkdt 

  • Somewhat Knowledgeable
  • PipPipPipPip
  • Group: Members
  • Posts: 582
  • Joined: 30-September 03
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 12 August 2008 - 12:33 AM

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.

#8 User is offline   akoop 

  • Group: Members
  • Posts: 3
  • Joined: 07-August 08

Posted 12 August 2008 - 06:29 AM

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.

#9 User is offline   blinkdt 

  • Somewhat Knowledgeable
  • PipPipPipPip
  • Group: Members
  • Posts: 582
  • Joined: 30-September 03
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 13 August 2008 - 12:26 AM

No problem.

Quote

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.

#10 User is offline   oskingen 

  • MSFN Friend
  • PipPipPipPip
  • Group: Members
  • Posts: 613
  • Joined: 20-January 08
  • OS:none specified
  • Country: Country Flag

Posted 18 August 2008 - 07:58 PM

View Postcluberti, on Aug 11 2008, 03:05 PM, said:

Honestly, I think this is the best way to deploy Acrobat Reader 9 silently, and without unnecessary components.

Nice!

#11 User is offline   aschwartz 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 14-August 08

Posted 19 August 2008 - 03:00 PM

I used Cluberti's version, and it worked perfectly.

#12 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 01 February 2009 - 11:41 AM

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

#13 User is offline   coolguy001 

  • Group: Members
  • Posts: 4
  • Joined: 28-December 09

Posted 28 December 2009 - 04:54 PM

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

#14 User is offline   pila2 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 31-March 04

Posted 31 December 2009 - 03:32 PM

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

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy