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> |