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> |
(...skipping 13 matching lines...) Expand all Loading... |
24 Name="AppPath" | 24 Name="AppPath" |
25 Value="[INSTALLFOLDER]" Type="string"/> | 25 Value="[INSTALLFOLDER]" Type="string"/> |
26 </RegistryKey> | 26 </RegistryKey> |
27 | 27 |
28 <RegistryKey | 28 <RegistryKey |
29 Root="HKLM" | 29 Root="HKLM" |
30 Key="Software\Classes\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664}\Imple
mented Categories\{59fb2056-d625-48d0-a944-1a85b5ab2640}" | 30 Key="Software\Classes\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664}\Imple
mented Categories\{59fb2056-d625-48d0-a944-1a85b5ab2640}" |
31 ForceCreateOnInstall="yes"> | 31 ForceCreateOnInstall="yes"> |
32 </RegistryKey> | 32 </RegistryKey> |
33 </Include> | 33 </Include> |
OLD | NEW |