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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0"?>
2 <Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
3 <RegistryKey
4 Root="HKLM"
5 Key="SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BR OWSER_EMULATION">
6 <RegistryValue
7 Name="AdblockPlusEngine.exe"
8 Value="8888" Type="integer" />
9 </RegistryKey>
10 </Include>
OLDNEW
« 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