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

fogcreek wix: mark shell extensions as approved

Changeset 252aa9d3c381

Parent 511644b607d4

by David Golub

Changes to 2 files · Browse files at 252aa9d3c381 Showing diff from parent 511644b607d4 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
18
19
20
21
22
23
24
 <Include>   <!-- copy hook component -->   <RegistryValue   Root='HKCR' Key='CLSID\$(var.CLSID_TortoiseHgCopyHook)'   Type='string' Value='TortoiseHg'   />   <RegistryValue   Root='HKCR' Key='CLSID\$(var.CLSID_TortoiseHgCopyHook)\InProcServer32'   Type='string' Name='ThreadingModel' Value='Apartment'   />     <!-- register copy hook handler -->   <RegistryValue   Root='HKCR' Key='Directory\shellex\CopyHookHandlers\TortoiseHgCopyHook'   Type='string' Value='$(var.CLSID_TortoiseHgCopyHook)'   /> + + <!-- Mark all as approved --> + <RegistryValue + Root='HKLM' Key='Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved' + Type='string' Name='$(var.CLSID_TortoiseHgCopyHook)' Value='TortoiseHg' + /> +  </Include>
 
14
15
16
 
 
 
 
 
 
17
 
14
15
16
17
18
19
20
21
22
23
@@ -14,4 +14,10 @@
  Root='HKLM' Key='Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\$(var.CLSID_TortoiseHgKeyboard)'   Type='string' Value='TortoiseHg'   /> + + <!-- Mark all as approved --> + <RegistryValue + Root='HKLM' Key='Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved' + Type='string' Name='$(var.CLSID_TortoiseHgKeyboard)' Value='TortoiseHg' + />  </Include>