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

Unified Diff: installer/src/msi/engine_registry_value.wxi

Issue 6505394822184960: Issue 1109 - Support notifications (Closed)
Patch Set: Created May 11, 2015, 10:01 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/src/msi/engine_registry_value.wxi
diff --git a/installer/src/msi/engine_registry_value.wxi b/installer/src/msi/engine_registry_value.wxi
new file mode 100644
index 0000000000000000000000000000000000000000..c2c93a00ad9dfb75d6977ae9e42b5d588e9777d1
--- /dev/null
+++ b/installer/src/msi/engine_registry_value.wxi
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <RegistryKey
+ Root="HKLM"
+ Key="SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION">
+ <RegistryValue
+ Name="AdblockPlusEngine.exe"
+ Value="8888" Type="integer" />
+ </RegistryKey>
+</Include>
« no previous file with comments | « installer/src/msi/adblockplusie.wxs ('k') | src/engine/Main.cpp » ('j') | src/engine/Main.cpp » ('J')

Powered by Google App Engine
This is Rietveld