1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
| [Version]
Signature = "$Windows NT$"
[DefaultInstall]
RunPreSetupCommands = AdobeReader.Install:1
CopyFiles = CopyFilesSection
AddReg = Register.AddReg
DelReg = Register.DelReg
[DestinationDirs]
;Local Settings\Application Data
CopyFilesSection = 16412,"Adobe\Updater6"
[CopyFilesSection]
;Disable automatic update notification
"AdobeUpdaterPrefs.dat"
[AdobeReader.Install]
;Adobe Reader 9.3.2
"msiexec.exe /i ""%01%\AdobeReader932_nl_NL.msi"" /qn /norestart ALLUSERS=1"
;Remove Setup Files
"rundll32.exe advpack.dll,DelNodeRunDLL32 %16422%\Adobe\Reader 9.0\Setup Files"
[Register.AddReg]
;Tweaks
HKCU,"Software\Adobe\Acrobat Reader\9.0\AdobeViewer","TrustedMode",0x10001,00,00,00,00
HKCU,"Software\Adobe\Acrobat Reader\9.0\AdobeViewer","EULA",0x10001,01,00,00,00
HKCU,"Software\Adobe\Acrobat Reader\9.0\AdobeViewer","Launched",0x10001,01,00,00,00
HKCU,"Software\Adobe\Acrobat Reader\9.0\Originals","bDisplayedSplash",0x10001,01,00,00,00
HKCU,"Software\Adobe\CommonFiles\Usage\Reader 9","OptIn",0x10001,00,00,00,00
HKLM,"Software\Policies\Adobe\Acrobat Reader\9.0\FeatureLockDown","bUpdater",0x10001,01,00,00,00
HKLM,"Software\Policies\Adobe\Acrobat Reader\9.0\FeatureLockDown","bShowEbookMenu",0x10001,00,00,00,00
HKLM,"Software\Policies\Adobe\Acrobat Reader\9.0\FeatureLockDown","bPurchaseAcro",0x10001,00,00,00,00
HKLM,"Software\Policies\Adobe\Acrobat Reader\9.0\FeatureLockDown","bCreatePDFOnline",0x10001,00,00,00,00
HKLM,"Software\Policies\Adobe\Acrobat Reader\9.0\FeatureLockDown","bBrowserIntegration",0x10001,01,00,00,00
;Enable smooth zooming
HKCU,"Software\Adobe\Acrobat Reader\9.0\AVDisplay","bSmoothZooming",0x10001,01,00,00,00
;Full screen options
HKCU,"Software\Adobe\Acrobat Reader\9.0\FullScreen","bActiveDocumentOnly",0x10001,00,00,00,00
HKCU,"Software\Adobe\Acrobat Reader\9.0\FullScreen","bBiDirectional",0x10001,01,00,00,00
HKCU,"Software\Adobe\Acrobat Reader\9.0\FullScreen","bForceSinglePageFitPage",0x10001,00,00,00,00
HKCU,"Software\Adobe\Acrobat Reader\9.0\FullScreen","iShowDocumentWarning",0x10001,02,00,00,00
;Add page layout buttons
HKCU,"Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cPageDisplay",,0x10
HKCU,"Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cPageDisplay\cInternalButtons",,0x10
HKCU,"Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cPageDisplay\cInternalButtons","a0",0x0,"ContinuousFitWidth"
HKCU,"Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cPageDisplay\cInternalButtons","a1",0x0,"OnePageFitPage"
HKCU,"Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cPageDisplay\cInternalButtons","a2",0x0,"endLayoutZoomTypeGroup"
HKCU,"Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cPageDisplay\cInternalButtons","a3",0x0,"Continuous"
HKCU,"Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cPageDisplay\cInternalButtons","a4",0x0,"SinglePage"
HKCU,"Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cPageDisplay\cInternalButtons","a5",0x0,"Facing"
HKCU,"Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cPageDisplay\cInternalButtons","a6",0x0,"TwoUp"
HKCU,"Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cPageDisplay\cInternalButtons","a7",0x0,"Fullscreen"
HKCU,"Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cPageDisplay\cInternalButtons","a8",0x0,"endPageLayoutViewGroup"
HKCU,"Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cPageDisplay\cInternalButtons","a9",0x0,"RotateCCW"
HKCU,"Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cPageDisplay\cInternalButtons","a10",0x0,"RotateCW"
;Configure Adobe Reader for dual page layout
HKCU,"Software\Adobe\Acrobat Reader\9.0\Originals","iDefaultZoomType",0x10001,02,00,00,00
HKCU,"Software\Adobe\Acrobat Reader\9.0\Originals","iPageViewLayoutMode",0x10001,03,00,00,00
HKCU,"Software\Adobe\Acrobat Reader\9.0\Originals","bSkipDeleteWarnings",0x10001,01,00,00,00
HKCU,"Software\Adobe\Acrobat Reader\9.0\Originals","bShowToolbar",0x10001,00,00,00,00
;Enable text selecting with hand cursor
HKCU,"Software\Adobe\Acrobat Reader\9.0\Selection","bHandSelects",0x10001,01,00,00,00
[Register.DelReg]
;Disable Automatic update notifications
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","Adobe ARM" |