Unattended Adobe Reader 9
#1
Posted 03 July 2008 - 09:42 PM
/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
#3
Posted 07 August 2008 - 06:26 PM
Thanks for any help you can give me
#4
Posted 10 August 2008 - 01:11 AM
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
Posted 11 August 2008 - 08:38 AM
I am using the AdbeRdr90_en_US.exe file, should I be using one of the others?
#7
Posted 12 August 2008 - 12:33 AM
@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
Posted 12 August 2008 - 06:29 AM
Thanks for the info.
#9
Posted 13 August 2008 - 12:26 AM
Quote
#11
Posted 19 August 2008 - 03:00 PM
#12
Posted 01 February 2009 - 11:41 AM
cheers all
#13
Posted 28 December 2009 - 04:54 PM
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
Posted 31 December 2009 - 03:32 PM
Adobe customization wizard



Help

Back to top











