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