Kiln » TortoiseHg » TortoiseHg
Clone URL:  
shell-register-keyboard.wxi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Include> <!-- keyboard hook component --> <RegistryValue Root='HKCR' Key='CLSID\$(var.CLSID_TortoiseHgKeyboard)' Type='string' Value='TortoiseHg' /> <RegistryValue Root='HKCR' Key='CLSID\$(var.CLSID_TortoiseHgKeyboard)\InProcServer32' Type='string' Name='ThreadingModel' Value='Apartment' /> <!-- register browser helper object --> <RegistryValue Root='HKLM' Key='Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\${var.CLSID_TortoiseHgKeyboard}' Type='string' Value='TortoiseHg' /> </Include>