Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/bho_registry_value.wxi

Issue 11756012: Enhanced Protected Mode support (Closed)
Patch Set: Addressing comments Created Sept. 17, 2013, 2:51 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « adblockplus.gyp ('k') | src/engine/Main.cpp » ('j') | src/plugin/AdblockPlus.rgs » ('J')

Powered by Google App Engine
This is Rietveld