Changes

Adobe Reader 9

156 bytes added, 14:12, 9 July 2008
m
no edit summary
Silent installer for Adobe Reader 9.
 
Adobe have not released an MSI for this so you have to use the self extracting/installing setup they provide. You can download it directly from here.
Machine.reg
<source lang="xml">
HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\9.0\AdobeViewer
"EULA"=dword:00000001
"Launched"=dword:00000001
</source>
User.reg
User.reg
<source lang="reg">
HKEY_CURRENT_USER\SOFTWARE\Adobe\CommonFiles\Usage\Reader 9
"OptIn"=dword:00000000
HKEY_CURRENT_USER\SOFTWARE\Adobe\Acrobat Reader\9.0\Originals
"bDisplayedSplash"=dword:00000001
</source>
This is the package I use. The first install command is to remove the previous 8.1.2 version so remove that if you don't need it.
<source lang="xml"><package id="acrobatreader9"
name="Adobe Acrobat Reader 9"
revision="1"
<install cmd='%SOFTWARE%\reader9\adberdr90_en_us.exe /sPB /rs /l /msi"qb-! EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES AgreeToLicense=Yes ENABLE_CACHE_FILES=No allusers=2 ' />
<remove cmd='MsiExec.exe /x{AC76BA86-7AD7-1033-7B44-A90000000001} ' />
</package></source>[[category:Silent Installers]]