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...

 
14
15
16
 
 
 
 
 
 
 
17
 
14
15
16
17
18
19
20
21
22
23
24
@@ -14,4 +14,11 @@
  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>