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

Side by Side Diff: installer/bho_registry_value.wxi

Issue 10969028: Removed outdated InnoSetup installer and renamed WixInstaller directory into the canonical installer (Closed)
Patch Set: Created June 20, 2013, 6:47 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
« no previous file with comments | « installer/adblockplusie.wxs ('k') | installer/custom_WixUI_InstallDir.wxs » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 </Include> 11 </Include>
OLDNEW
« no previous file with comments | « installer/adblockplusie.wxs ('k') | installer/custom_WixUI_InstallDir.wxs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld