 Issue 11756012:
  Enhanced Protected Mode support  (Closed)
    
  
    Issue 11756012:
  Enhanced Protected Mode support  (Closed) 
  | Index: installer/bho_registry_value.wxi | 
| =================================================================== | 
| --- a/installer/bho_registry_value.wxi | 
| +++ b/installer/bho_registry_value.wxi | 
| @@ -8,4 +8,28 @@ | 
| Name="NoExplorer" | 
| Value="1" Type="integer"/> | 
| </RegistryKey> | 
| + <RegistryKey | 
| + Root="HKLM" | 
| + Key="Software\Microsoft\Internet Explorer\Low Rights\ElevationPolicy"> | 
| + <RegistryValue | 
| + Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}" | 
| + Name="Policy" | 
| + Value="3" Type="integer"/> | 
| + <RegistryValue | 
| + Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}" | 
| + Name="AppName" | 
| + Value="AdblockPlusEngine.exe" Type="string"/> | 
| + <RegistryValue | 
| + Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}" | 
| + Name="AppPath" | 
| + Value="[INSTALLFOLDER]" Type="string"/> | 
| + </RegistryKey> | 
| + | 
| + <!-- | 
| + TODO: Figure out how to write this key | 
| 
Wladimir Palant
2013/09/17 07:53:48
The class registration happens in dll_class.wxi. U
 | 
| + --> | 
| + <RegistryKey | 
| + Root="HKCR" | 
| + Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}\Implemented Categories\{59fb2056-d625-48d0-a944-1a85b5ab2640}"> | 
| + </RegistryKey> | 
| </Include> |