Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek wix: fixed typo

Changeset 0882bf027ed0

Parent 55264e5161c8

by David Golub

Changes to one file · Browse files at 0882bf027ed0 Showing diff from parent 55264e5161c8 Diff from another changeset...

1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
15
16
17
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}' + Root='HKLM' Key='Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\$(var.CLSID_TortoiseHgKeyboard)'   Type='string' Value='TortoiseHg'   />  </Include>