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

stable wix: move shell-register-cmenu.wxi and shell-register-overlays.wxi

to shellext repo

Changeset e4376726a606

Parent 1ce23abfe5cc

by Adrian Buehlmann

Changes to 3 files · Browse files at e4376726a606 Showing diff from parent 1ce23abfe5cc Diff from another changeset...

Change 1 of 1 Show Entire File win32/​wix/​shell-register-cmenu.wxi Stacked
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
@@ -1,74 +0,0 @@
-<Include> - <!-- cmenu COM components --> - <RegistryValue - Root='HKCR' Key='CLSID\$(var.CLSID_TortoiseHgCmenu)' - Type='string' Value='TortoiseHg' - /> - <RegistryValue - Root='HKCR' Key='CLSID\$(var.CLSID_TortoiseHgCmenu)\InProcServer32' - Type='string' Name='ThreadingModel' Value='Apartment' - /> - <RegistryValue - Root='HKCR' Key='CLSID\$(var.CLSID_TortoiseHgDropHandler)' - Type='string' Value='TortoiseHg' - /> - <RegistryValue - Root='HKCR' Key='CLSID\$(var.CLSID_TortoiseHgDropHandler)\InProcServer32' - Type='string' Name='ThreadingModel' Value='Apartment' - /> - - <!-- cmenu registration --> - <RegistryValue - Root='HKCR' Key='Directory\shellex\ContextMenuHandlers\TortoiseHgCMenu' - Type='string' Value='$(var.CLSID_TortoiseHgCmenu)' - /> - <RegistryValue - Root='HKCR' Key='Directory\Background\shellex\ContextMenuHandlers\TortoiseHgCMenu' - Type='string' Value='$(var.CLSID_TortoiseHgCmenu)' - /> - <RegistryValue - Root='HKCR' Key='Drive\shellex\ContextMenuHandlers\TortoiseHgCMenu' - Type='string' Value='$(var.CLSID_TortoiseHgCmenu)' - /> - <RegistryValue - Root='HKCR' Key='Folder\shellex\ContextMenuHandlers\TortoiseHgCMenu' - Type='string' Value='$(var.CLSID_TortoiseHgCmenu)' - /> - <RegistryValue - Root='HKCR' Key='InternetShortcut\shellex\ContextMenuHandlers\TortoiseHgCMenu' - Type='string' Value='$(var.CLSID_TortoiseHgCmenu)' - /> - <RegistryValue - Root='HKCR' Key='LibraryLocation\shellex\ContextMenuHandlers\TortoiseHgCMenu' - Type='string' Value='$(var.CLSID_TortoiseHgCmenu)' - /> - <RegistryValue - Root='HKCR' Key='LibraryFolder\shellex\ContextMenuHandlers\TortoiseHgCMenu' - Type='string' Value='$(var.CLSID_TortoiseHgCmenu)' - /> - <RegistryValue - Root='HKCR' Key='LibraryFolder\Background\shellex\ContextMenuHandlers\TortoiseHgCMenu' - Type='string' Value='$(var.CLSID_TortoiseHgCmenu)' - /> - <RegistryValue - Root='HKCR' Key='*\shellex\ContextMenuHandlers\TortoiseHgCMenu' - Type='string' Value='$(var.CLSID_TortoiseHgCmenu)' - /> - - <!-- Drag and Drop Handler --> - <RegistryValue - Root='HKCR' Key='Directory\shellex\DragDropHandlers\TortoiseHg' - Type='string' Value='$(var.CLSID_TortoiseHgDropHandler)' - /> - - <!-- Mark all as approved --> - <RegistryValue - Root='HKLM' Key='Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved' - Type='string' Name='$(var.CLSID_TortoiseHgCmenu)' Value='TortoiseHg' - /> - <RegistryValue - Root='HKLM' Key='Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved' - Type='string' Name='$(var.CLSID_TortoiseHgDropHandler)' Value='TortoiseHg' - /> - -</Include>
Change 1 of 1 Show Entire File win32/​wix/​shell-register-overlays.wxi Stacked
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
@@ -1,40 +0,0 @@
-<Include> - <!-- overlay components --> - <?foreach CLSID in $(var.OverlayCLSIDList) ?> - <RegistryValue - Root='HKCR' Key='CLSID\$(var.CLSID)' - Type='string' Value='TortoiseHg' - /> - <RegistryValue - Root='HKCR' Key='CLSID\$(var.CLSID)\InProcServer32' - Type='string' Name='ThreadingModel' Value='Apartment' - /> - <?endforeach?> - - <!-- register overlay components with TortoiseOverlays --> - <RegistryValue - Root='HKLM' Key='$(var.TOverlaysRegistryKey)\Normal' - Type='string' Name='TortoiseHgMsi' Value='$(var.CLSID_TortoiseHgNormal)' - /> - <RegistryValue - Root='HKLM' Key='$(var.TOverlaysRegistryKey)\Added' - Type='string' Name='TortoiseHgMsi' Value='$(var.CLSID_TortoiseHgAdded)' - /> - <RegistryValue - Root='HKLM' Key='$(var.TOverlaysRegistryKey)\Modified' - Type='string' Name='TortoiseHgMsi' Value='$(var.CLSID_TortoiseHgModified)' - /> - <RegistryValue - Root='HKLM' Key='$(var.TOverlaysRegistryKey)\Unversioned' - Type='string' Name='TortoiseHgMsi' Value='$(var.CLSID_TortoiseHgUnversioned)' - /> - - <!-- Mark all as approved --> - <?foreach CLSID in $(var.OverlayCLSIDList) ?> - <RegistryValue - Root='HKLM' Key='Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved' - Type='string' Name='$(var.CLSID)' Value='TortoiseHg' - /> - <?endforeach?> - -</Include>
 
146
147
148
149
 
150
151
152
153
 
154
155
156
 
178
179
180
181
 
182
183
184
185
 
186
187
188
 
326
327
328
329
 
330
331
332
333
 
334
335
336
 
146
147
148
 
149
150
151
152
 
153
154
155
156
 
178
179
180
 
181
182
183
184
 
185
186
187
188
 
326
327
328
 
329
330
331
332
 
333
334
335
336
@@ -146,11 +146,11 @@
  </Component>   <Component Id='CmenuShellRegistrationX64' Win64='yes'   Guid='$(var.CmenuShellRegistrationX64.guid)'> - <?include shell-register-cmenu.wxi ?> + <?include ../../../build-shellext/wix/shell-register-cmenu.wxi ?>   </Component>   <Component Id='OverlaysShellRegistrationX64' Win64='yes'   Guid='$(var.OverlaysShellRegistrationX64.guid)'> - <?include shell-register-overlays.wxi ?> + <?include ../../../build-shellext/wix/shell-register-overlays.wxi ?>   </Component>   <?else?>   <Component Id='thgshellx86dll' Guid='$(var.thgshellx86dll.guid)' Win64='no'> @@ -178,11 +178,11 @@
  </Component>   <Component Id='CmenuShellRegistrationX86'   Guid='$(var.CmenuShellRegistrationX86.guid)' Win64='no'> - <?include shell-register-cmenu.wxi ?> + <?include ../../../build-shellext/wix/shell-register-cmenu.wxi ?>   </Component>   <Component Id='OverlaysShellRegistrationX86'   Guid='$(var.OverlaysShellRegistrationX86.guid)' Win64='no'> - <?include shell-register-overlays.wxi ?> + <?include ../../../build-shellext/wix/shell-register-overlays.wxi ?>   </Component>   <?endif?>   @@ -326,11 +326,11 @@
  </Component>   <Component Id='CmenuShellRegistrationX86'   Guid='$(var.CmenuShellRegistrationX86.guid)' Win64='no'> - <?include shell-register-cmenu.wxi ?> + <?include ../../../build-shellext/wix/shell-register-cmenu.wxi ?>   </Component>   <Component Id='OverlaysShellRegistrationX86'   Guid='$(var.OverlaysShellRegistrationX86.guid)' Win64='no'> - <?include shell-register-overlays.wxi ?> + <?include ../../../build-shellext/wix/shell-register-overlays.wxi ?>   </Component>   </Directory>   </Directory>