Changes

Jump to: navigation, search

Adobe Reader 9

516 bytes added, 03:26, 26 May 2009
EXE installer: added sections, changed registry hack
== EXE installer ==
 
=== Registry ===
On appdeploy they write about some registry settings which stop all the EULA and other dialogue boxes so we could apply these through a logon script.
One line is for the machine key and the others are user specific.
hklm_adobe_reader_eulaCan be in HKLM or in HKCU: EULA Launched bCheckForUpdatesAtStartup<br />Needs to be in HKCU: bBrowserIntegration bDisplayedSplash OptIn hklm_adobe_reader_defaults.reg:
<source lang="reg">
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\9.0\AdobeViewer]
"EULA"=dword:00000001
"Launched"=dword:00000001
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\9.0\AVGeneral]
"bCheckForUpdatesAtStartup"=dword:00000000
</source>
hkcu_adobe_reader_eulahkcu_adobe_reader_defaults.reg:
<source lang="reg">
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARESoftware\Adobe\CommonFiles\Usage\Acrobat Reader \9.0\AdobeViewer]"OptInEULA"=dword:00000001"Launched"=dword:0000000000000001
[HKEY_CURRENT_USER\SOFTWARE\Adobe\Acrobat Reader\9.0\AVGeneral]
"bCheckForUpdatesAtStartup"=dword:00000000
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\Originals]
"bBrowserIntegration"=dword:00000000
"bDisplayedSplash"=dword:00000000
[HKEY_CURRENT_USER\SOFTWARESoftware\Adobe\Acrobat ReaderCommonFiles\9.0Usage\OriginalsReader 9]"bDisplayedSplashOptIn"=dword:0000000100000000
</source>
 
=== WPKG ===
The first install command is to remove the previous 8.1.2 version so remove that if you don't need it (or just let the installer remove the older 8.1.2 version for you, as it does automatically and silently).
priority="2">
<check type="uninstall" condition="exists" path="Adobe Reader 9" />
<install cmd='MsiExec.exe /qn /x"{AC76BA86-7AD7-1033-7B44-A80000000002} /qn "' >
<exit code="1605" />
</install>
<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>
19
edits

Navigation menu