LEFT | RIGHT |
(no file at all) | |
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <Include xmlns="http://schemas.microsoft.com/wix/2006/wi"> | 2 <Include xmlns="http://schemas.microsoft.com/wix/2006/wi"> |
3 <RegistryKey | 3 <RegistryKey |
4 Root="HKLM" | 4 Root="HKLM" |
5 Key="Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper O
bjects"> | 5 Key="Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper O
bjects"> |
6 <RegistryValue | 6 <RegistryValue |
7 Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}" | 7 Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}" |
8 Name="NoExplorer" | 8 Name="NoExplorer" |
9 Value="1" Type="integer"/> | 9 Value="1" Type="integer"/> |
10 </RegistryKey> | 10 </RegistryKey> |
| 11 <RegistryKey |
| 12 Root="HKLM" |
| 13 Key="Software\Microsoft\Internet Explorer\Low Rights\ElevationPolicy"> |
| 14 <RegistryValue |
| 15 Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}" |
| 16 Name="Policy" |
| 17 Value="3" Type="integer"/> |
| 18 <RegistryValue |
| 19 Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}" |
| 20 Name="AppName" |
| 21 Value="AdblockPlusEngine.exe" Type="string"/> |
| 22 <RegistryValue |
| 23 Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}" |
| 24 Name="AppPath" |
| 25 Value="[INSTALLFOLDER]" Type="string"/> |
| 26 </RegistryKey> |
| 27 |
| 28 <!-- |
| 29 TODO: Figure out how to write this key |
| 30 --> |
| 31 <RegistryKey |
| 32 Root="HKCR" |
| 33 Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}\Implemented Categories\{59fb
2056-d625-48d0-a944-1a85b5ab2640}"> |
| 34 </RegistryKey> |
11 </Include> | 35 </Include> |
LEFT | RIGHT |