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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <Include xmlns="http://schemas.microsoft.com/wix/2006/wi"> 2 <Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
3 <RegistryKey 3 <RegistryKey
4 Root="HKLM" 4 Root="HKLM"
5 Key="Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper O bjects"> 5 Key="Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper O bjects">
6 <RegistryValue 6 <RegistryValue
7 Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}" 7 Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}"
8 Name="NoExplorer" 8 Name="NoExplorer"
9 Value="1" Type="integer"/> 9 Value="1" Type="integer"/>
10 </RegistryKey> 10 </RegistryKey>
11 <RegistryKey
12 Root="HKLM"
13 Key="Software\Microsoft\Internet Explorer\Low Rights\ElevationPolicy">
14 <RegistryValue
15 Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}"
16 Name="Policy"
17 Value="3" Type="integer"/>
18 <RegistryValue
19 Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}"
20 Name="AppName"
21 Value="AdblockPlusEngine.exe" Type="string"/>
22 <RegistryValue
23 Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}"
24 Name="AppPath"
25 Value="[INSTALLFOLDER]" Type="string"/>
26 </RegistryKey>
27
28 <!--
29 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
30 -->
31 <RegistryKey
32 Root="HKCR"
33 Key="{FFCB3198-32F3-4E8B-9539-4324694ED664}\Implemented Categories\{59fb 2056-d625-48d0-a944-1a85b5ab2640}">
34 </RegistryKey>
11 </Include> 35 </Include>
OLDNEW
« 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