1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
5 <?include Includes.wxi?>
7 <?if $(var.Platform) =
"x86" ?>
8 <?define cf=
"CommonFilesFolder" ?>
10 <?if $(var.Platform) =
"x64" ?>
11 <?define cf=
"CommonFiles64Folder" ?>
14 <Fragment Id="StructureFragment">
17 <?ifdef env.CommonProgramFiles(x86)
?>
18 <?define MergeModules=
"C:\Program Files (x86)\Common Files\Merge Modules" ?>
20 <?define MergeModules=
"C:\Program Files\Common Files\Merge Modules" ?>
24 <Directory Id=
"TARGETDIR" Name=
"SourceDir">
25 <Directory Id=
"D__ProgramFilesFolder" ShortName=
"PFiles" Name=
"Program Files">
26 <Directory Id=
"INSTALLDIR" ShortName=
"TGIT" Name=
"TortoiseGit">
28 <?if $(var.Platform) =
"x86" ?>
29 <Merge Id='CRT' Language='
0' SourceFile='$(var.MergeModules)\Microsoft_VC110_CRT_x86.msm' DiskId='
1'
/>
30 <Merge Id='MFC' Language='
0' SourceFile='$(var.MergeModules)\Microsoft_VC110_MFC_x86.msm' DiskId='
1'
/>
31 <Merge Id='MFCLOC' Language='
0' SourceFile='$(var.MergeModules)\Microsoft_VC110_MFCLOC_x86.msm' DiskId='
1'
/>
34 <?if $(var.Platform) =
"x64" ?>
35 <Merge Id='CRT' Language='
0' SourceFile='$(var.MergeModules)\Microsoft_VC110_CRT_x64.msm' DiskId='
1'
/>
36 <Merge Id='MFC' Language='
0' SourceFile='$(var.MergeModules)\Microsoft_VC110_MFC_x64.msm' DiskId='
1'
/>
37 <Merge Id='MFCLOC' Language='
0' SourceFile='$(var.MergeModules)\Microsoft_VC110_MFCLOC_x64.msm' DiskId='
1'
/>
38 <Merge Id='CRT32' Language='
0' SourceFile='$(var.MergeModules)\Microsoft_VC110_CRT_x86.msm' DiskId='
1'
/>
41 <?if $(var.Platform) =
"x86" ?>
42 <Merge Id='Ovlays' Language='
0' SourceFile='..\..\ext\TortoiseOverlays\TortoiseOverlays-
1.1.3.21564-win32.msm' DiskId='
1'
/>
45 <?if $(var.Platform) =
"x64" ?>
46 <Merge Id='Ovlays' Language='
0' SourceFile='..\..\ext\TortoiseOverlays\TortoiseOverlays-
1.1.3.21564-x64.msm' DiskId='
1'
/>
47 <Merge Id='Ovlays32' Language='
0' SourceFile='..\..\ext\TortoiseOverlays\TortoiseOverlays-
1.1.3.21564-win32.msm' DiskId='
1'
/>
50 <Component Id=
"C__infofiles" Guid=
"$(var.GuidInfoFiles)" Win64=
"$(var.Win64YesNo)">
51 <File Id=
"F__changelog" ShortName=
"CHANGELG.TXT" Name=
"Changelog.txt" DiskId=
"1" Source=
"..\Changelog.txt" KeyPath=
"yes" />
52 <File Id=
"F__tortoisegitlicense" ShortName=
"LICENSE.TXT" Name=
"TortoiseGit License.txt" DiskId=
"1" Source=
"..\gpl.txt" />
53 <File Id=
"F__aprlicense" ShortName=
"APR_LIC.TXT" Name=
"apr License.txt" DiskId=
"1" Source=
"..\..\ext\apr\LICENSE" />
56 <Component Id=
"C__ProgramMenuFolder" Guid=
"$(var.GuidProgramMenuFolder)" Win64=
"$(var.Win64YesNo)">
57 <RemoveFolder Directory=
"INSTALLDIR" On=
"uninstall" Id=
"RemoveFolder_INSTALLDIR" />
58 <RemoveFolder Directory=
"D_TortoisePrgMenu" On=
"uninstall" Id=
"RemoveFolder_PrgMenu" />
61 <Component Id=
"C__shellregistry" Guid=
"$(var.GuidShellRegistry)" Win64=
"$(var.Win64YesNo)">
62 <?if $(var.Platform) =
"x86" ?>
63 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Drive\shellex\ContextMenuHandlers\TortoiseGit" />
64 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Drive\shellex\ContextMenuHandlers\TortoiseGit" KeyPath=
"yes" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
65 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Drive\shellex\PropertySheetHandlers\TortoiseGit" />
66 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Drive\shellex\PropertySheetHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
67 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\ContextMenuHandlers\TortoiseGit" />
68 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
69 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\DragDropHandlers\TortoiseGit" />
70 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\DragDropHandlers\TortoiseGit" Value=
"{$(var.GuidDropHandler)}" Type=
"string" />
71 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\PropertySheetHandlers\TortoiseGit" />
72 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\PropertySheetHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
73 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Directory\Background\shellex\ContextMenuHandlers\TortoiseGit" />
74 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\Background\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
75 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\ColumnHandlers\{$(var.GuidUncontrolled)}" />
76 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\ContextMenuHandlers\TortoiseGit" />
77 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
78 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\LibraryLocation\shellex\ContextMenuHandlers\TortoiseGit" />
79 <RegistryValue Root=
"HKLM" Key=
"Software\Classes\LibraryLocation\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
80 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\LibraryFolder\background\shellex\ContextMenuHandlers\TortoiseGit" />
81 <RegistryValue Root=
"HKLM" Key=
"Software\Classes\LibraryFolder\background\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
82 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\DragDropHandlers\TortoiseGit" />
83 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\DragDropHandlers\TortoiseGit" Value=
"{$(var.GuidDropHandler)}" Type=
"string" />
84 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}" />
85 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
86 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
87 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}\shellex\NoRecentDocs" />
88 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}" Value=
"TortoiseGit" Type=
"string" />
89 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}" />
90 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
91 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
92 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}" Value=
"TortoiseGit" Type=
"string" />
93 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}\shellex\NoRecentDocs" />
94 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}" />
95 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
96 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
97 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}" Value=
"TortoiseGit" Type=
"string" />
98 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}\shellex\NoRecentDocs" />
99 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}" />
100 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
101 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
102 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}" Value=
"TortoiseGit" Type=
"string" />
103 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}\shellex\NoRecentDocs" />
104 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}" />
105 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
106 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
107 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}" Value=
"TortoiseGit" Type=
"string" />
108 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}\shellex\NoRecentDocs" />
109 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}" />
110 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
111 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
112 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}" Value=
"TortoiseGit" Type=
"string" />
113 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}\shellex\NoRecentDocs" />
114 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}" />
115 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
116 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
117 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}" Value=
"TortoiseGit" Type=
"string" />
118 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}\shellex\NoRecentDocs" />
119 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}" />
120 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
121 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
122 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}" Value=
"TortoiseGit" Type=
"string" />
123 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}\shellex\NoRecentDocs" />
124 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}" />
125 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
126 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
127 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}" Value=
"TortoiseGit" Type=
"string" />
128 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}\shellex\NoRecentDocs" />
129 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}" />
130 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
131 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
132 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}" Value=
"TortoiseGit" Type=
"string" />
133 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}\shellex\NoRecentDocs" />
134 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}" />
135 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
136 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
137 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}" Value=
"TortoiseGit" Type=
"string" />
138 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}\shellex\NoRecentDocs" />
139 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\lnkfile\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
140 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\InternetShortcut\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
141 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\*\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
142 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\*\shellex\PropertySheetHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
143 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\CopyHookHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
145 <?if $(var.Platform) =
"x64" ?>
146 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Drive\shellex\ContextMenuHandlers\TortoiseGit" />
147 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Drive\shellex\ContextMenuHandlers\TortoiseGit" KeyPath=
"yes" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
148 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Drive\shellex\PropertySheetHandlers\TortoiseGit" />
149 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Drive\shellex\PropertySheetHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
150 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\ContextMenuHandlers\TortoiseGit" />
151 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
152 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\DragDropHandlers\TortoiseGit" />
153 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\DragDropHandlers\TortoiseGit" Value=
"{$(var.GuidDropHandler)}" Type=
"string" />
154 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\PropertySheetHandlers\TortoiseGit" />
155 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\PropertySheetHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
156 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Directory\Background\shellex\ContextMenuHandlers\TortoiseGit" />
157 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\Background\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
158 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\ColumnHandlers\{$(var.GuidUncontrolled)}" />
159 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\ContextMenuHandlers\TortoiseGit" />
160 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
161 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\LibraryLocation\shellex\ContextMenuHandlers\TortoiseGit" />
162 <RegistryValue Root=
"HKLM" Key=
"Software\Classes\LibraryLocation\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
163 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\LibraryFolder\background\shellex\ContextMenuHandlers\TortoiseGit" />
164 <RegistryValue Root=
"HKLM" Key=
"Software\Classes\LibraryFolder\background\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
165 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\DragDropHandlers\TortoiseGit" />
166 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\DragDropHandlers\TortoiseGit" Value=
"{$(var.GuidDropHandler)}" Type=
"string" />
167 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}" />
168 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub.dll" Type=
"string" />
169 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
170 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}\shellex\NoRecentDocs" />
171 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}" Value=
"TortoiseGit" Type=
"string" />
172 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}" />
173 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub.dll" Type=
"string" />
174 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
175 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}" Value=
"TortoiseGit" Type=
"string" />
176 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}\shellex\NoRecentDocs" />
177 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}" />
178 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub.dll" Type=
"string" />
179 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
180 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}" Value=
"TortoiseGit" Type=
"string" />
181 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}\shellex\NoRecentDocs" />
182 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}" />
183 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub.dll" Type=
"string" />
184 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
185 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}" Value=
"TortoiseGit" Type=
"string" />
186 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}\shellex\NoRecentDocs" />
187 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}" />
188 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub.dll" Type=
"string" />
189 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
190 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}" Value=
"TortoiseGit" Type=
"string" />
191 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}\shellex\NoRecentDocs" />
192 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}" />
193 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
194 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub.dll" Type=
"string" />
195 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}" Value=
"TortoiseGit" Type=
"string" />
196 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}\shellex\NoRecentDocs" />
197 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}" />
198 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub.dll" Type=
"string" />
199 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
200 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}" Value=
"TortoiseGit" Type=
"string" />
201 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}\shellex\NoRecentDocs" />
202 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}" />
203 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
204 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub.dll" Type=
"string" />
205 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}" Value=
"TortoiseGit" Type=
"string" />
206 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}\shellex\NoRecentDocs" />
207 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}" />
208 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
209 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub.dll" Type=
"string" />
210 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}" Value=
"TortoiseGit" Type=
"string" />
211 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}\shellex\NoRecentDocs" />
212 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}" />
213 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
214 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub.dll" Type=
"string" />
215 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}" Value=
"TortoiseGit" Type=
"string" />
216 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}\shellex\NoRecentDocs" />
217 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}" />
218 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
219 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub.dll" Type=
"string" />
220 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}" Value=
"TortoiseGit" Type=
"string" />
221 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}\shellex\NoRecentDocs" />
222 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\lnkfile\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
223 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\InternetShortcut\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
224 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\*\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
225 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\*\shellex\PropertySheetHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
226 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\CopyHookHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
229 <?if $(var.Platform) =
"x64" ?>
230 <Component Id=
"C__shellregistry32" Guid=
"$(var.GuidShellRegistry32)" Win64=
"no">
231 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Drive\shellex\ContextMenuHandlers\TortoiseGit" />
232 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Drive\shellex\ContextMenuHandlers\TortoiseGit" KeyPath=
"yes" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
233 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Drive\shellex\PropertySheetHandlers\TortoiseGit" />
234 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Drive\shellex\PropertySheetHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
235 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\ContextMenuHandlers\TortoiseGit" />
236 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
237 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\DragDropHandlers\TortoiseGit" />
238 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\DragDropHandlers\TortoiseGit" Value=
"{$(var.GuidDropHandler)}" Type=
"string" />
239 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\PropertySheetHandlers\TortoiseGit" />
240 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\PropertySheetHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
241 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Directory\Background\shellex\ContextMenuHandlers\TortoiseGit" />
242 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\Background\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
243 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\ColumnHandlers\{$(var.GuidUncontrolled)}" />
244 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\ContextMenuHandlers\TortoiseGit" />
245 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
246 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\LibraryLocation\shellex\ContextMenuHandlers\TortoiseGit" />
247 <RegistryValue Root=
"HKLM" Key=
"Software\Classes\LibraryLocation\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
248 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\LibraryFolder\background\shellex\ContextMenuHandlers\TortoiseGit" />
249 <RegistryValue Root=
"HKLM" Key=
"Software\Classes\LibraryFolder\background\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
250 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\DragDropHandlers\TortoiseGit" />
251 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Folder\shellex\DragDropHandlers\TortoiseGit" Value=
"{$(var.GuidDropHandler)}" Type=
"string" />
252 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}" />
253 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
254 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
255 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}\shellex\NoRecentDocs" />
256 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidAdded)}" Value=
"TortoiseGit" Type=
"string" />
257 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}" />
258 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
259 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
260 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}" Value=
"TortoiseGit" Type=
"string" />
261 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidLocked)}\shellex\NoRecentDocs" />
262 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}" />
263 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
264 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
265 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}" Value=
"TortoiseGit" Type=
"string" />
266 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidDeleted)}\shellex\NoRecentDocs" />
267 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}" />
268 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
269 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
270 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}" Value=
"TortoiseGit" Type=
"string" />
271 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidNormal)}\shellex\NoRecentDocs" />
272 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}" />
273 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
274 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
275 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}" Value=
"TortoiseGit" Type=
"string" />
276 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidReadonly)}\shellex\NoRecentDocs" />
277 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}" />
278 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
279 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
280 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}" Value=
"TortoiseGit" Type=
"string" />
281 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidUncontrolled)}\shellex\NoRecentDocs" />
282 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}" />
283 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
284 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
285 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}" Value=
"TortoiseGit" Type=
"string" />
286 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidModified)}\shellex\NoRecentDocs" />
287 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}" />
288 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
289 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
290 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}" Value=
"TortoiseGit" Type=
"string" />
291 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidDropHandler)}\shellex\NoRecentDocs" />
292 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}" />
293 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
294 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
295 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}" Value=
"TortoiseGit" Type=
"string" />
296 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidConflict)}\shellex\NoRecentDocs" />
297 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}" />
298 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
299 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
300 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}" Value=
"TortoiseGit" Type=
"string" />
301 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidIgnored)}\shellex\NoRecentDocs" />
302 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}" />
303 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}\InProcServer32" Name=
"ThreadingModel" Value=
"Apartment" Type=
"string" />
304 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}\InProcServer32" Value=
"[INSTALLDIR]bin\TortoiseGitStub32.dll" Type=
"string" />
305 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}" Value=
"TortoiseGit" Type=
"string" />
306 <RegistryKey Root=
"HKLM" Key=
"Software\Classes\CLSID\{$(var.GuidUnversioned)}\shellex\NoRecentDocs" />
307 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\lnkfile\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
308 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\InternetShortcut\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
309 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\*\shellex\ContextMenuHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
310 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\*\shellex\PropertySheetHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
311 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\Directory\shellex\CopyHookHandlers\TortoiseGit" Value=
"{$(var.GuidUncontrolled)}" Type=
"string" />
315 <Component Id=
"C_SSHCLIENT_PLINK" Guid=
"$(var.RegSSHPLINK)" Win64=
"$(var.Win64YesNo)" Permanent=
"yes">
316 <Condition>(OLDSSH =
"") and (
SSHTOOL=
"Plink")
</Condition>
317 <RegistryValue Root=
"HKCU" Key=
"Software\[Manufacturer]" Name=
"SSH" Value=
"[INSTALLDIR]bin\TortoiseGitPLink.exe" Type=
"string" />
319 <Component Id=
"C_SSHCLIENT_OPENSSH" Guid=
"$(var.RegSSHOpen)" Win64=
"$(var.Win64YesNo)" Permanent=
"yes">
320 <Condition>(OLDSSH =
"") and (
SSHTOOL=
"OpenSSH")
</Condition>
321 <RegistryValue Root=
"HKCU" Key=
"Software\[Manufacturer]" Name=
"SSH" Value=
"ssh.exe" Type=
"string" />
324 <Component Id=
"C__machineregistry" Guid=
"$(var.GuidMachineRegistry)" Win64=
"$(var.Win64YesNo)">
325 <RegistryKey Root=
"HKLM" Key=
"Software\[Manufacturer]" />
326 <RegistryValue Root=
"HKLM" Key=
"Software\[Manufacturer]" Name=
"ProcPath" Value=
"[INSTALLDIR]bin\TortoiseGitProc.exe" Type=
"string" />
327 <RegistryValue Root=
"HKLM" Key=
"Software\[Manufacturer]" Name=
"CachePath" Value=
"[INSTALLDIR]bin\TGitCache.exe" Type=
"string" />
328 <RegistryValue Root=
"HKLM" Key=
"Software\[Manufacturer]" Name=
"TMergePath" Value=
"[INSTALLDIR]bin\TortoiseGitMerge.exe" Type=
"string" />
329 <RegistryValue Root=
"HKLM" Key=
"Software\[Manufacturer]" Name=
"Directory" Value=
"[INSTALLDIR]" Type=
"string" />
330 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Normal" />
331 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Normal" Name=
"Git" Value=
"{$(var.GuidNormal)}" Type=
"string" />
332 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Modified" />
333 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Modified" Name=
"Git" Value=
"{$(var.GuidModified)}" Type=
"string" />
334 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Conflict" />
335 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Conflict" Name=
"Git" Value=
"{$(var.GuidConflict)}" Type=
"string" />
336 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Deleted" />
337 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Deleted" Name=
"Git" Value=
"{$(var.GuidDeleted)}" Type=
"string" />
338 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\ReadOnly" />
339 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\ReadOnly" Name=
"Git" Value=
"{$(var.GuidReadonly)}" Type=
"string" />
340 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Locked" />
341 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Locked" Name=
"Git" Value=
"{$(var.GuidLocked)}" Type=
"string" />
342 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Added" />
343 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Added" Name=
"Git" Value=
"{$(var.GuidAdded)}" Type=
"string" />
344 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Ignored" />
345 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Ignored" Name=
"Git" Value=
"{$(var.GuidIgnored)}" Type=
"string" />
346 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Unversioned" />
347 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Unversioned" Name=
"Git" Value=
"{$(var.GuidUnversioned)}" Type=
"string" />
349 <?if $(var.Platform) =
"x64" ?>
350 <Component Id=
"C__machineregistry32" Guid=
"$(var.GuidMachineRegistry32)" Win64=
"no">
351 <RegistryKey Root=
"HKLM" Key=
"Software\[Manufacturer]" />
352 <RegistryValue Root=
"HKLM" Key=
"Software\[Manufacturer]" Name=
"ProcPath" Value=
"[INSTALLDIR]bin\TortoiseGitProc.exe" Type=
"string" />
353 <RegistryValue Root=
"HKLM" Key=
"Software\[Manufacturer]" Name=
"CachePath" Value=
"[INSTALLDIR]bin\TGitCache.exe" Type=
"string" />
354 <RegistryValue Root=
"HKLM" Key=
"Software\[Manufacturer]" Name=
"TMergePath" Value=
"[INSTALLDIR]bin\TortoiseGitMerge.exe" Type=
"string" />
355 <RegistryValue Root=
"HKLM" Key=
"Software\[Manufacturer]" Name=
"Directory" Value=
"[INSTALLDIR]" Type=
"string" />
356 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Normal" />
357 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Normal" Name=
"Git" Value=
"{$(var.GuidNormal)}" Type=
"string" />
358 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Modified" />
359 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Modified" Name=
"Git" Value=
"{$(var.GuidModified)}" Type=
"string" />
360 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Conflict" />
361 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Conflict" Name=
"Git" Value=
"{$(var.GuidConflict)}" Type=
"string" />
362 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Deleted" />
363 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Deleted" Name=
"Git" Value=
"{$(var.GuidDeleted)}" Type=
"string" />
364 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\ReadOnly" />
365 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\ReadOnly" Name=
"Git" Value=
"{$(var.GuidReadonly)}" Type=
"string" />
366 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Locked" />
367 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Locked" Name=
"Git" Value=
"{$(var.GuidLocked)}" Type=
"string" />
368 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Added" />
369 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Added" Name=
"Git" Value=
"{$(var.GuidAdded)}" Type=
"string" />
370 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Ignored" />
371 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Ignored" Name=
"Git" Value=
"{$(var.GuidIgnored)}" Type=
"string" />
372 <RegistryKey Root=
"HKLM" Key=
"Software\TortoiseOverlays\Unversioned" />
373 <RegistryValue Root=
"HKLM" Key=
"Software\TortoiseOverlays\Unversioned" Name=
"Git" Value=
"{$(var.GuidUnversioned)}" Type=
"string" />
377 <Component Id=
"C__win7library" Guid=
"$(var.GuidWin7Library)" Win64=
"$(var.Win64YesNo)">
378 <Condition><![CDATA[(VersionNT
>=
600)]]
></Condition>
379 <!-- Register the Win7 Git library -->
380 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)" />
381 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)" Name=
"CanonicalName" Value=
"GitWCs" Type=
"string" />
382 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)" Name=
"class" Value=
"GitWCs" Type=
"string" />
383 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)" Name=
"LayoutType" Value=
"7" Type=
"integer" />
384 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)" Name=
"MostRelevant" Value=
"prop:System.Author;System.StructuredQuery.Virtual.Type;System.DateModified;System.Size;System.ItemNameDisplay;System.ItemFolderPathDisplay;System.Keywords;System.Title" Type=
"string" />
385 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)" Name=
"PerceivedType" Value=
"6" Type=
"integer" />
386 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)" Name=
"theme" Value=
"GitWCs" Type=
"string" />
387 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)\Modifiers" />
388 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)\Modifiers" Name=
"Library" Value=
"$(var.GuidLibraryTypeGit)" Type=
"string" />
389 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)\Modifiers" Name=
"LibraryFolder" Value=
"$(var.GuidLibraryFolderGit)" Type=
"string" />
390 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)\Modifiers" Name=
"SearchResults" Value=
"{36011842-dccc-40fe-aa3d-6177ea401788}" Type=
"string" />
391 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)\TopViews\{00000000-0000-0000-0000-000000000000}" />
392 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)\TopViews\{00000000-0000-0000-0000-000000000000}" Name=
"ColumnList" Value=
"prop:0(34)System.ItemNameDisplay;0System.DateModified;0System.ItemTypeText;0System.Size;1System.DateCreated;1System.Author;1System.Category;1System.Keywords;1System.Title" Type=
"string" />
393 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)\TopViews\{00000000-0000-0000-0000-000000000000}" Name=
"Name" Value=
"NoName" Type=
"string" />
394 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)\TopViews\{00000000-0000-0000-0000-000000000000}" Name=
"SortByList" Value=
"prop:System.ItemNameDisplay" Type=
"string" />
395 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)\TopViews\{00000000-0000-0000-0000-000000000000}" Name=
"LogicalViewMode" Value=
"1" Type=
"integer" />
396 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidFolderTypeGit)\TopViews\{00000000-0000-0000-0000-000000000000}" Name=
"Order" Value=
"0" Type=
"integer" />
398 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)" />
399 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)" Name=
"CanonicalName" Value=
"GitWCs.Library" Type=
"string" />
400 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)" Name=
"Parent" Value=
"$(var.GuidFolderTypeGit)" Type=
"string" />
401 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView1)" />
402 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView1)" Name=
"ChildViewID" Value=
"$(var.GuidTopView6)" Type=
"string" />
403 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView1)" Name=
"ColumnList" Value=
"prop:0System.ItemNameDisplay;0System.DateModified;0System.Size;0System.FileCount;0System.ItemTypeText" Type=
"string" />
404 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView1)" Name=
"IconSize" Value=
"96" Type=
"integer" />
405 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView1)" Name=
"LogicalViewMode" Value=
"3" Type=
"integer" />
406 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView1)" Name=
"Name" Value=
"@shell32.dll,-34821" Type=
"string" />
407 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView1)" Name=
"Order" Value=
"5" Type=
"integer" />
408 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView1)" Name=
"PrimaryProperty" Value=
"System.ItemTypeText" Type=
"string" />
409 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView1)" Name=
"QueryType" Value=
"1" Type=
"integer" />
410 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView1)" Name=
"SortByList" Value=
"prop:System.DefaultGroupOrder" Type=
"string" />
411 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView1)" Name=
"StackBy" Value=
"System.ItemTypeText" Type=
"string" />
412 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView2)" />
413 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView2)" Name=
"ColumnList" Value=
"prop:0System.ItemNameDisplay;0System.DateModified;0System.Size;0System.FileCount;0System.ItemTypeText" Type=
"string" />
414 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView2)" Name=
"LogicalViewMode" Value=
"1" Type=
"integer" />
415 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView2)" Name=
"Name" Value=
"@shell32.dll,-34817" Type=
"string" />
416 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView2)" Name=
"Order" Value=
"1" Type=
"integer" />
417 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView2)" Name=
"PrimaryProperty" Value=
"System.ItemSearchLocation" Type=
"string" />
418 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView2)" Name=
"SortByList" Value=
"prop:System.ItemNameDisplay;-System.DateModified" Type=
"string" />
419 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView2)" Name=
"GroupBy" Value=
"System.ItemSearchLocation" Type=
"string" />
420 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView3)" />
421 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView3)" Name=
"ChildViewID" Value=
"$(var.GuidTopView6)" Type=
"string" />
422 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView3)" Name=
"ColumnList" Value=
"prop:0System.ItemNameDisplay;0System.DateModified;0System.Size;0System.FileCount;0System.Author" Type=
"string" />
423 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView3)" Name=
"IconSize" Value=
"96" Type=
"integer" />
424 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView3)" Name=
"LogicalViewMode" Value=
"3" Type=
"integer" />
425 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView3)" Name=
"Name" Value=
"@shell32.dll,-34818" Type=
"string" />
426 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView3)" Name=
"Order" Value=
"2" Type=
"integer" />
427 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView3)" Name=
"PrimaryProperty" Value=
"System.Author" Type=
"string" />
428 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView3)" Name=
"QueryType" Value=
"1" Type=
"integer" />
429 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView3)" Name=
"SortByList" Value=
"prop:System.DefaultGroupOrder" Type=
"string" />
430 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView3)" Name=
"StackBy" Value=
"System.Author" Type=
"string" />
431 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView4)" />
432 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView4)" Name=
"ChildViewID" Value=
"$(var.GuidTopView6)" Type=
"string" />
433 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView4)" Name=
"ColumnList" Value=
"prop:0System.ItemNameDisplay;0System.DateModified;0System.Size;0System.FileCount;0System.Keywords" Type=
"string" />
434 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView4)" Name=
"IconSize" Value=
"96" Type=
"integer" />
435 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView4)" Name=
"LogicalViewMode" Value=
"3" Type=
"integer" />
436 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView4)" Name=
"Name" Value=
"@shell32.dll,-34820" Type=
"string" />
437 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView4)" Name=
"Order" Value=
"4" Type=
"integer" />
438 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView4)" Name=
"PrimaryProperty" Value=
"System.Keywords" Type=
"string" />
439 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView4)" Name=
"QueryType" Value=
"1" Type=
"integer" />
440 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView4)" Name=
"SortByList" Value=
"prop:System.DefaultGroupOrder" Type=
"string" />
441 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView4)" Name=
"StackBy" Value=
"System.Keywords" Type=
"string" />
442 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView5)" />
443 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView5)" Name=
"GroupAscending" Value=
"0" Type=
"integer" />
444 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView5)" Name=
"ColumnList" Value=
"prop:0System.ItemNameDisplay;0System.DateModified;0System.ItemTypeText;0System.Size;0System.Keywords;0System.Author;1System.DateCreated;1System.ItemFolderPathDisplay;1System.Category;1System.Title" Type=
"string" />
445 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView5)" Name=
"GroupBy" Value=
"System.DateModified" Type=
"string" />
446 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView5)" Name=
"LogicalViewMode" Value=
"1" Type=
"integer" />
447 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView5)" Name=
"Name" Value=
"@shell32.dll,-34819" Type=
"string" />
448 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView5)" Name=
"Order" Value=
"3" Type=
"integer" />
449 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView5)" Name=
"PrimaryProperty" Value=
"System.DateModified" Type=
"string" />
450 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView5)" Name=
"QueryType" Value=
"1" Type=
"integer" />
451 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView5)" Name=
"SortByList" Value=
"prop:-System.DateModified" Type=
"string" />
452 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView6)" />
453 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView6)" Name=
"ColumnList" Value=
"prop:0(34)System.ItemNameDisplay;0System.DateModified;0System.ItemTypeText;0System.Size;1System.DateCreated;1System.ItemFolderPathDisplay;1System.Author;1System.Category;1System.Keywords;1System.Title" Type=
"string" />
454 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView6)" Name=
"LogicalViewMode" Value=
"1" Type=
"integer" />
455 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView6)" Name=
"Name" Value=
"@shell32.dll,-34839" Type=
"string" />
456 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView6)" Name=
"Order" Value=
"6" Type=
"integer" />
457 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView6)" Name=
"QueryType" Value=
"1" Type=
"integer" />
458 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryTypeGit)\TopViews\$(var.GuidTopView6)" Name=
"SortByList" Value=
"prop:System.ItemNameDisplay;-System.DateModified" Type=
"string" />
460 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)" />
461 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)" Name=
"CanonicalName" Value=
"GitWCs.LibraryFolder" Type=
"string" />
462 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)" Name=
"Parent" Value=
"$(var.GuidLibraryTypeGit)" Type=
"string" />
463 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TopViews" />
464 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TopViews" Name=
"OverrideParentTopViews" Value=
"1" Type=
"integer" />
466 <!-- no need to create these on x64 in the Wow6432Node too: these are only used by the explorer, and that one is 64-bit. If
467 a user really starts the 32-bit explorer on win64 and these buttons aren't there, it won't be that bad -->
468 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\0\$(var.GuidFolderTypeCmd0)" />
469 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\0\$(var.GuidFolderTypeCmd0)" Name=
"Icon" Value=
"[INSTALLDIR]bin\TortoiseGitProc.exe,-123" Type=
"string" />
470 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\0\$(var.GuidFolderTypeCmd0)" Name=
"Title" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-122" Type=
"string" />
471 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\0\$(var.GuidFolderTypeCmd0)" Name=
"InfoTip" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-138" Type=
"string" />
472 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\0\$(var.GuidFolderTypeCmd0)\Shell\InvokeTask\Command" />
473 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\0\$(var.GuidFolderTypeCmd0)\Shell\InvokeTask\Command" Value=
""[INSTALLDIR]bin\TortoiseGitProc.exe" /command:commit /expaths:%*" Type=
"string" />
474 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\1\$(var.GuidFolderTypeCmd1)" />
475 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\1\$(var.GuidFolderTypeCmd1)" Name=
"Icon" Value=
"[INSTALLDIR]bin\TortoiseGitProc.exe,-136" Type=
"string" />
476 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\1\$(var.GuidFolderTypeCmd1)" Name=
"Title" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-180" Type=
"string" />
477 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\1\$(var.GuidFolderTypeCmd1)" Name=
"InfoTip" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-181" Type=
"string" />
478 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\1\$(var.GuidFolderTypeCmd1)\Shell\InvokeTask\Command" />
479 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\1\$(var.GuidFolderTypeCmd1)\Shell\InvokeTask\Command" Value=
""[INSTALLDIR]bin\TortoiseGitProc.exe" /command:log /expaths:%*" Type=
"string" />
480 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\2\$(var.GuidFolderTypeCmd2)" />
481 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\2\$(var.GuidFolderTypeCmd2)" Name=
"Icon" Value=
"[INSTALLDIR]bin\TortoiseGitProc.exe,-321" Type=
"string" />
482 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\2\$(var.GuidFolderTypeCmd2)" Name=
"Title" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-339" Type=
"string" />
483 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\2\$(var.GuidFolderTypeCmd2)" Name=
"InfoTip" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-340" Type=
"string" />
484 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\2\$(var.GuidFolderTypeCmd2)\Shell\InvokeTask\Command" />
485 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\2\$(var.GuidFolderTypeCmd2)\Shell\InvokeTask\Command" Value=
""[INSTALLDIR]bin\TortoiseGitProc.exe" /command:sync /expaths:%*" Type=
"string" />
486 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\3\$(var.GuidFolderTypeCmd3)" />
487 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\3\$(var.GuidFolderTypeCmd3)" Name=
"Icon" Value=
"[INSTALLDIR]bin\TortoiseGitProc.exe,-128" Type=
"string" />
488 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\3\$(var.GuidFolderTypeCmd3)" Name=
"Title" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-128" Type=
"string" />
489 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\3\$(var.GuidFolderTypeCmd3)" Name=
"InfoTip" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-143" Type=
"string" />
490 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\3\$(var.GuidFolderTypeCmd3)\Shell\InvokeTask\Command" />
491 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\3\$(var.GuidFolderTypeCmd3)\Shell\InvokeTask\Command" Value=
""[INSTALLDIR]bin\TortoiseGitProc.exe" /command:switch /expaths:%*" Type=
"string" />
492 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\4\$(var.GuidFolderTypeCmd4)" />
493 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\4\$(var.GuidFolderTypeCmd4)" Name=
"Icon" Value=
"[INSTALLDIR]bin\TortoiseGitProc.exe,-129" Type=
"string" />
494 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\4\$(var.GuidFolderTypeCmd4)" Name=
"Title" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-129" Type=
"string" />
495 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\4\$(var.GuidFolderTypeCmd4)" Name=
"InfoTip" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-149" Type=
"string" />
496 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\4\$(var.GuidFolderTypeCmd4)\Shell\InvokeTask\Command" />
497 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\4\$(var.GuidFolderTypeCmd4)\Shell\InvokeTask\Command" Value=
""[INSTALLDIR]bin\TortoiseGitProc.exe" /command:merge /expaths:%*" Type=
"string" />
498 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\5\$(var.GuidFolderTypeCmd5)" />
499 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\5\$(var.GuidFolderTypeCmd5)" Name=
"Icon" Value=
"[INSTALLDIR]bin\TortoiseGitProc.exe,-135" Type=
"string" />
500 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\5\$(var.GuidFolderTypeCmd5)" Name=
"Title" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-176" Type=
"string" />
501 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\5\$(var.GuidFolderTypeCmd5)" Name=
"InfoTip" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-177" Type=
"string" />
502 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\5\$(var.GuidFolderTypeCmd5)\Shell\InvokeTask\Command" />
503 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksItemsSelected\5\$(var.GuidFolderTypeCmd5)\Shell\InvokeTask\Command" Value=
""[INSTALLDIR]bin\TortoiseGitProc.exe" /command:diff /expaths:%*" Type=
"string" />
504 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\0\$(var.GuidFolderTypeCmd0)" />
505 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\0\$(var.GuidFolderTypeCmd0)" Name=
"Icon" Value=
"[INSTALLDIR]bin\TortoiseGitProc.exe,-123" Type=
"string" />
506 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\0\$(var.GuidFolderTypeCmd0)" Name=
"Title" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-122" Type=
"string" />
507 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\0\$(var.GuidFolderTypeCmd0)" Name=
"InfoTip" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-138" Type=
"string" />
508 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\0\$(var.GuidFolderTypeCmd0)\Shell\InvokeTask\Command" />
509 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\0\$(var.GuidFolderTypeCmd0)\Shell\InvokeTask\Command" Value=
""[INSTALLDIR]bin\TortoiseGitProc.exe" /command:commit /path:%*" Type=
"string" />
510 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\1\$(var.GuidFolderTypeCmd1)" />
511 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\1\$(var.GuidFolderTypeCmd1)" Name=
"Icon" Value=
"[INSTALLDIR]bin\TortoiseGitProc.exe,-136" Type=
"string" />
512 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\1\$(var.GuidFolderTypeCmd1)" Name=
"Title" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-180" Type=
"string" />
513 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\1\$(var.GuidFolderTypeCmd1)" Name=
"InfoTip" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-181" Type=
"string" />
514 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\1\$(var.GuidFolderTypeCmd1)\Shell\InvokeTask\Command" />
515 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\1\$(var.GuidFolderTypeCmd1)\Shell\InvokeTask\Command" Value=
""[INSTALLDIR]bin\TortoiseGitProc.exe" /command:log /path:%*" Type=
"string" />
516 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\2\$(var.GuidFolderTypeCmd2)" />
517 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\2\$(var.GuidFolderTypeCmd2)" Name=
"Icon" Value=
"[INSTALLDIR]bin\TortoiseGitProc.exe,-321" Type=
"string" />
518 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\2\$(var.GuidFolderTypeCmd2)" Name=
"Title" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-339" Type=
"string" />
519 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\2\$(var.GuidFolderTypeCmd2)" Name=
"InfoTip" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-340" Type=
"string" />
520 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\2\$(var.GuidFolderTypeCmd2)\Shell\InvokeTask\Command" />
521 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\2\$(var.GuidFolderTypeCmd2)\Shell\InvokeTask\Command" Value=
""[INSTALLDIR]bin\TortoiseGitProc.exe" /command:sync /path:%*" Type=
"string" />
522 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\3\$(var.GuidFolderTypeCmd3)" />
523 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\3\$(var.GuidFolderTypeCmd3)" Name=
"Icon" Value=
"[INSTALLDIR]bin\TortoiseGitProc.exe,-128" Type=
"string" />
524 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\3\$(var.GuidFolderTypeCmd3)" Name=
"Title" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-128" Type=
"string" />
525 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\3\$(var.GuidFolderTypeCmd3)" Name=
"InfoTip" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-143" Type=
"string" />
526 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\3\$(var.GuidFolderTypeCmd3)\Shell\InvokeTask\Command" />
527 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\3\$(var.GuidFolderTypeCmd3)\Shell\InvokeTask\Command" Value=
""[INSTALLDIR]bin\TortoiseGitProc.exe" /command:switch /path:%*" Type=
"string" />
528 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\4\$(var.GuidFolderTypeCmd4)" />
529 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\4\$(var.GuidFolderTypeCmd4)" Name=
"Icon" Value=
"[INSTALLDIR]bin\TortoiseGitProc.exe,-129" Type=
"string" />
530 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\4\$(var.GuidFolderTypeCmd4)" Name=
"Title" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-129" Type=
"string" />
531 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\4\$(var.GuidFolderTypeCmd4)" Name=
"InfoTip" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-149" Type=
"string" />
532 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\4\$(var.GuidFolderTypeCmd4)\Shell\InvokeTask\Command" />
533 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\4\$(var.GuidFolderTypeCmd4)\Shell\InvokeTask\Command" Value=
""[INSTALLDIR]bin\TortoiseGitProc.exe" /command:merge /path:%*" Type=
"string" />
534 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\5\$(var.GuidFolderTypeCmd5)" />
535 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\5\$(var.GuidFolderTypeCmd5)" Name=
"Icon" Value=
"[INSTALLDIR]bin\TortoiseGitProc.exe,-135" Type=
"string" />
536 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\5\$(var.GuidFolderTypeCmd5)" Name=
"Title" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-176" Type=
"string" />
537 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\5\$(var.GuidFolderTypeCmd5)" Name=
"InfoTip" Value=
"@[INSTALLDIR]bin\TortoiseGitProc.exe,-177" Type=
"string" />
538 <RegistryKey Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\5\$(var.GuidFolderTypeCmd5)\Shell\InvokeTask\Command" />
539 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\$(var.GuidLibraryFolderGit)\TasksNoItemsSelected\5\$(var.GuidFolderTypeCmd5)\Shell\InvokeTask\Command" Value=
""[INSTALLDIR]bin\TortoiseGitProc.exe" /command:diff /path:%*" Type=
"string" />
542 <Component Id=
"C__approveshellcomponents" Guid=
"$(var.GuidApproveShellComponents)" Win64=
"$(var.Win64YesNo)">
543 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidConflict)}" Value=
"TortoiseGit" KeyPath=
"yes" Type=
"string" />
544 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidModified)}" Value=
"TortoiseGit" Type=
"string" />
545 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidDropHandler)}" Value=
"TortoiseGit" Type=
"string" />
546 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidDeleted)}" Value=
"TortoiseGit" Type=
"string" />
547 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidNormal)}" Value=
"TortoiseGit" Type=
"string" />
548 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidUncontrolled)}" Value=
"TortoiseGit" Type=
"string" />
549 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidReadonly)}" Value=
"TortoiseGit" Type=
"string" />
550 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidLocked)}" Value=
"TortoiseGit" Type=
"string" />
551 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidAdded)}" Value=
"TortoiseGit" Type=
"string" />
552 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidIgnored)}" Value=
"TortoiseGit" Type=
"string" />
553 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidUnversioned)}" Value=
"TortoiseGit" Type=
"string" />
555 <?if $(var.Platform) =
"x64" ?>
556 <Component Id=
"C__approveshellcomponents32" Guid=
"$(var.GuidApproveShellComponents32)" Win64=
"no">
557 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidConflict)}" Value=
"TortoiseGit" KeyPath=
"yes" Type=
"string" />
558 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidModified)}" Value=
"TortoiseGit" Type=
"string" />
559 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidDropHandler)}" Value=
"TortoiseGit" Type=
"string" />
560 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidDeleted)}" Value=
"TortoiseGit" Type=
"string" />
561 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidNormal)}" Value=
"TortoiseGit" Type=
"string" />
562 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidUncontrolled)}" Value=
"TortoiseGit" Type=
"string" />
563 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidReadonly)}" Value=
"TortoiseGit" Type=
"string" />
564 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidLocked)}" Value=
"TortoiseGit" Type=
"string" />
565 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidAdded)}" Value=
"TortoiseGit" Type=
"string" />
566 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidIgnored)}" Value=
"TortoiseGit" Type=
"string" />
567 <RegistryValue Root=
"HKLM" Key=
"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" Name=
"{$(var.GuidUnversioned)}" Value=
"TortoiseGit" Type=
"string" />
571 <Directory Id=
"D__Bin" ShortName=
"BIN" Name=
"bin">
572 <Component Id=
"C__apr" Guid=
"$(var.GuidAPR)" Win64=
"$(var.Win64YesNo)">
573 <!-- only needed for TortoiseMerge which is shipped 32 or 64 bit-->
574 <File Id=
"F__libapr" Name=
"libapr_tgitmerge.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\libapr_tgitmerge.dll" />
575 <File Id=
"F__libaprutil" Name=
"libaprutil_tgitmerge.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\libaprutil_tgitmerge.dll" />
578 <Component Id=
"C__touch" Guid=
"$(var.GuidTouch)" Win64=
"$(var.Win64YesNo)">
579 <File Id=
"F__touch" ShortName=
"touch.exe" Name=
"touch.exe" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\touch.exe" KeyPath=
"yes" />
582 <?if $(var.IncludeCrashReportDll) =
1 ?>
583 <Component Id=
"C__crash" Guid=
"$(var.GuidCrashRpt)" Win64=
"$(var.Win64YesNo)">
584 <File Id=
"F__crashrpt" Name=
"crshhndl.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\crshhndl.dll" KeyPath=
"yes" />
588 <Component Id=
"C__help_en" Guid=
"$(var.GuidHelpEN)" Win64=
"$(var.Win64YesNo)">
589 <File Id=
"F_TortoiseGit_en" ShortName=
"TGITHELP.CHM" Name=
"TortoiseGit_en.chm" DiskId=
"1" Source=
"..\..\doc\output\TortoiseGit_en.chm" KeyPath=
"yes" />
590 <File Id=
"F__TortoiseMerge_en" ShortName=
"TMEHELP.CHM" Name=
"TortoiseMerge_en.chm" DiskId=
"1" Source=
"..\..\doc\output\TortoiseMerge_en.chm" />
591 <RemoveFile Id=
"F__Tortoise_lang" Name=
"*.chm" On=
"uninstall" />
594 <Component Id=
"C__gitlibs" Guid=
"$(var.GuidGitLibs)" Win64=
"$(var.Win64YesNo)">
595 <?if $(var.Platform) =
"x86" ?>
596 <File Id=
"F__gitdll32" Name=
"gitdll32.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath32)\bin\gitdll32.dll" KeyPath=
"yes" />
597 <File Id=
"F__zlib32" ShortName=
"ZLIB132.DLL" Name=
"zlib132.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath32)\bin\zlib132.dll" />
598 <File Id=
"F__curl32" Name=
"libcurl32.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath32)\bin\libcurl32.dll" />
599 <File Id=
"F__libgit232" Name=
"libgit232.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath32)\bin\libgit232.dll" />
601 <?if $(var.Platform) =
"x64" ?>
602 <File Id=
"F__gitdll" Name=
"gitdll.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\gitdll.dll" />
603 <File Id=
"F__zlib" ShortName=
"ZLIB1.DLL" Name=
"zlib1.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\zlib1.dll" />
604 <File Id=
"F__curl" Name=
"libcurl.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\libcurl.dll" />
605 <File Id=
"F__libgit2" Name=
"libgit2.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\libgit2.dll" />
608 <?if $(var.Platform) =
"x64" ?>
609 <Component Id=
"C__gitlibs32" Guid=
"$(var.GuidGitLibs32)" Win64=
"$(var.Win64YesNo)">
610 <File Id=
"F__gitdll32" Name=
"gitdll32.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath32)\bin\gitdll32.dll" KeyPath=
"yes" />
611 <File Id=
"F__zlib32" ShortName=
"ZLIB132.DLL" Name=
"zlib132.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath32)\bin\zlib132.dll" />
612 <File Id=
"F__curl32" Name=
"libcurl32.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath32)\bin\libcurl32.dll" />
613 <File Id=
"F__libgit232" Name=
"libgit232.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath32)\bin\libgit232.dll" />
617 <Component Id=
"C__TortoiseGitTools" Guid=
"$(var.GuidTortoiseGitTools)" Win64=
"$(var.Win64YesNo)">
618 <?if $(var.Platform) =
"x86" ?>
619 <File Id=
"F__TortoisePlinkold" ShortName=
"TORTPLI.EXE" Name=
"TortoisePLink.exe" DiskId=
"1" Source=
"..\..\ext\putty\TortoisePLink-x86.exe" />
621 <?if $(var.Platform) =
"x64" ?>
622 <File Id=
"F__TortoisePlinkold" ShortName=
"TORTPLI.EXE" Name=
"TortoisePLink.exe" DiskId=
"1" Source=
"..\..\ext\putty\TortoisePLink-x64.exe" />
624 <File Id=
"F__TortoisePlink" ShortName=
"TGITPLI.EXE" Name=
"TortoiseGitPLink.exe" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\TortoiseGitPLink.exe" />
625 <File Id=
"F__PuttyGen" ShortName=
"puttygen.EXE" Name=
"puttygen.exe" DiskId=
"1" Source=
"..\..\ext\putty\puttygen.exe" />
626 <File Id=
"F__pageant" ShortName=
"pageant.EXE" Name=
"pageant.exe" DiskId=
"1" Source=
"..\..\ext\putty\pageant.exe" />
627 <?if $(var.Platform) =
"x86" ?>
628 <File Id=
"F__notepad2x86" ShortName=
"notepad2.EXE" Name=
"notepad2.exe" DiskId=
"1" Source=
"..\..\ext\tools\notepad2-x86.exe" />
630 <?if $(var.Platform) =
"x64" ?>
631 <File Id=
"F__notepad2x64" ShortName=
"notepad2.EXE" Name=
"notepad2.exe" DiskId=
"1" Source=
"..\..\ext\tools\notepad2-x64.exe" />
633 <File Id=
"F__askpass" ShortName=
"askpass.EXE" Name=
"sshaskpass.exe" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\sshaskpass.exe" />
634 <File Id=
"F__websiteurl" ShortName=
"WEBSITE.URL" Name=
"Website.url" Source=
"include\Website.url" DiskId=
"1" />
637 <Component Id=
"C__TGitCache" Guid=
"$(var.GuidTortoiseGitCache)" Win64=
"$(var.Win64YesNo)">
638 <File Id=
"F__TGitCache" ShortName=
"TGITCACH.EXE" Name=
"TGitCache.exe" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\TGitCache.exe" />
641 <Component Id=
"C__TortoiseProc" Guid=
"$(var.GuidTortoiseProc)" Win64=
"$(var.Win64YesNo)">
642 <File Id=
"F__TortoiseProc" ShortName=
"TORTPROC.EXE" Name=
"TortoiseGitProc.exe" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\TortoiseGitProc.exe" KeyPath=
"yes" />
643 <File Id=
"F__TGITAutolist" ShortName=
"AUTOLIST.TXT" Name=
"autolist.txt" DiskId=
"1" Source=
"include\autolist.txt" />
644 <Environment Id=
"Environment" Name=
"PATH" Part=
"last" System=
"yes" Value=
"[INSTALLDIR]bin" Action=
"set" />
647 <Component Id=
"C__TortoiseShell" Guid=
"$(var.GuidTortoiseShell)" Win64=
"$(var.Win64YesNo)">
648 <?if $(var.Platform) =
"x86" ?>
649 <File Id=
"F__TortoiseGitStub32" Name=
"TortoiseGitStub32.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath32)\bin\TortoiseGitStub32.dll" />
650 <File Id=
"F__TortoiseShell32" Name=
"TortoiseGit32.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath32)\bin\TortoiseGit32.dll" />
652 <?if $(var.Platform) =
"x64" ?>
653 <File Id=
"F__TortoiseGitStub" Name=
"TortoiseGitStub.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\TortoiseGitStub.dll" />
654 <File Id=
"F__TortoiseShell" Name=
"TortoiseGit.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\TortoiseGit.dll" />
657 <?if $(var.Platform) =
"x64" ?>
658 <Component Id=
"C__TortoiseShell32" Guid=
"$(var.GuidTortoiseShell32)" Win64=
"$(var.Win64YesNo)">
659 <File Id=
"F__TortoiseGitStub32" Name=
"TortoiseGitStub32.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath32)\bin\TortoiseGitStub32.dll" />
660 <File Id=
"F__TortoiseShell32" Name=
"TortoiseGit32.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath32)\bin\TortoiseGit32.dll" />
664 <Component Id=
"C__TortoiseGITShortcuts" Guid=
"$(var.GuidTortoiseGITShortcuts)" Win64=
"$(var.Win64YesNo)">
665 <RegistryValue Root=
"HKCU" Key=
"Software\TortoiseGit" KeyPath=
"yes" Name=
"TortoiseGit" Value=
"TortoiseGit" Type=
"string" />
666 <Shortcut Id=
"S__Website" Directory=
"D_TortoisePrgMenu" Name=
"Website" Advertise=
"no" Target=
"[INSTALLDIR]bin\website.url" Description=
"TortoiseGit Website" />
668 <Shortcut Id="S__RTFM" Directory="D_TortoisePrgMenu" ShortName="TGIT" Name="TortoiseGit" Advertise="no" Target="[INSTALLDIR]bin\TortoiseGitProc.exe" Description="TortoiseGit" Arguments="/command:rtfm" Show="normal" />
670 <Shortcut Id=
"S__TortoiseProc" Directory=
"D_TortoisePrgMenu" Name=
"Help" Advertise=
"no" Target=
"[INSTALLDIR]bin\TortoiseGitProc.exe" Description=
"Documentation about TortoiseGit" Arguments=
"/command:help" Show=
"normal" />
671 <Shortcut Id=
"S__puttykeygen" Directory=
"D_TortoisePrgMenu" Name=
"Puttygen" Advertise=
"no" Target=
"[INSTALLDIR]bin\puttygen.exe" Description=
"putty key generate" Show=
"normal" />
672 <Shortcut Id=
"S__pageant" Directory=
"D_TortoisePrgMenu" Name=
"Pageant" Advertise=
"no" Target=
"[INSTALLDIR]bin\pageant.exe" Description=
"putty ageant" Show=
"normal" />
673 <Shortcut Id=
"S__notepad2" Directory=
"D_TortoisePrgMenu" Name=
"Notepad2" Advertise=
"no" Target=
"[INSTALLDIR]bin\notepad2.exe" Description=
"A fast and light-weight Notepad-like text editor with syntax highlighting" Show=
"normal" />
676 <Component Id=
"C__TortoiseMerge" Guid=
"$(var.GuidTortoiseMerge)" Win64=
"$(var.Win64YesNo)">
677 <File Id=
"F__TortoiseMerge" ShortName=
"TMERGE.EXE" Name=
"TortoiseGitMerge.exe" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\TortoiseGitMerge.exe" KeyPath=
"yes" />
680 <Component Id=
"C__TortoiseMergeShortcuts" Guid=
"$(var.GuidTortoiseMergeShortcuts)" Win64=
"$(var.Win64YesNo)">
681 <RegistryValue Root=
"HKCU" Key=
"Software\TortoiseGit" KeyPath=
"yes" Name=
"TortoiseMerge" Value=
"TortoiseGitMerge" Type=
"string" />
682 <Shortcut Id=
"S__TortoiseMerge" Directory=
"D_TortoisePrgMenu" ShortName=
"TMERGE" Name=
"TortoiseGitMerge" Advertise=
"no" Target=
"[INSTALLDIR]bin\TortoiseGitMerge.exe" Description=
"View Diff's, Merge Diff's, Resolve Conflicted Files and Apply Patches" Show=
"normal" />
685 <Component Id=
"C__Sounds" Guid=
"$(var.GuidSounds)" Win64=
"$(var.Win64YesNo)">
686 <File Id=
"F__sounderror" ShortName=
"TERROR.WAV" Name=
"TortoiseSVN_error.wav" DiskId=
"1" Source=
"..\Resources\TortoiseSVN_error.wav" KeyPath=
"yes" />
687 <File Id=
"F__soundwarning" ShortName=
"TWARN.WAV" Name=
"TortoiseSVN_Warning.wav" DiskId=
"1" Source=
"..\Resources\TortoiseSVN_Warning.wav" />
688 <File Id=
"F__soundnotification" ShortName=
"TNOTIFY.WAV" Name=
"TortoiseSVN_Notification.wav" DiskId=
"1" Source=
"..\Resources\TortoiseSVN_Notification.wav" />
691 <Component Id=
"C__TortoiseBlame" Guid=
"$(var.GuidTortoiseBlame)" Win64=
"$(var.Win64YesNo)">
692 <File Id=
"F__TortoiseBlame" ShortName=
"TBLAME.EXE" Name=
"TortoiseGitBlame.exe" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\TortoiseGitBlame.exe" KeyPath=
"yes" />
693 <File Id=
"F__SciLexer" ShortName=
"SCILEX.DLL" Name=
"SciLexer.dll" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\SciLexer.dll" />
696 <Component Id=
"C__TortoiseGitBlameShortcuts" Guid=
"$(var.GuidTortoiseGitBlameShortcuts)" Win64=
"$(var.Win64YesNo)">
697 <RegistryValue Root=
"HKCU" Key=
"Software\TortoiseGit" KeyPath=
"yes" Name=
"TortoiseGitBlame" Value=
"TortoiseGitBlame" Type=
"string" />
698 <Shortcut Id=
"S__TortoiseGitBlame" Directory=
"D_TortoisePrgMenu" Name=
"TortoiseGitBlame" Advertise=
"no" Target=
"[INSTALLDIR]bin\TortoiseGitBlame.exe" Description=
"TortoiseGitBlame, the TortoiseGit annotation tool" Show=
"normal" />
701 <Component Id=
"C__TortoiseIDiff" Guid=
"$(var.GuidTortoiseIDiff)" Win64=
"$(var.Win64YesNo)">
702 <File Id=
"F__TortoiseIDiff" ShortName=
"TIDIFF.EXE" Name=
"TortoiseGitIDiff.exe" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\TortoiseGitIDiff.exe" KeyPath=
"yes" />
705 <Component Id=
"C__TortoiseIDiffShortcuts" Guid=
"$(var.GuidTortoiseIDiffShortcuts)" Win64=
"$(var.Win64YesNo)">
706 <RegistryValue Root=
"HKCU" Key=
"Software\TortoiseGit" KeyPath=
"yes" Name=
"TortoiseIDiff" Value=
"TortoiseGitIDiff" Type=
"string" />
707 <Shortcut Id=
"S__TortoiseIDiff" Directory=
"D_TortoisePrgMenu" ShortName=
"TIDIFF" Name=
"TortoiseGitIDiff" Advertise=
"no" Target=
"[INSTALLDIR]bin\TortoiseGitIDiff.exe" Description=
"View Diff's of image files" Show=
"normal" />
710 <Component Id=
"C__TortoiseUDiff" Guid=
"$(var.GuidTortoiseUDiff)" Win64=
"$(var.Win64YesNo)">
711 <File Id=
"F__TortoiseUDiff" ShortName=
"TUDIFF.EXE" Name=
"TortoiseGitUDiff.exe" DiskId=
"1" Source=
"..\..\bin\$(var.ReleasePath)\bin\TortoiseGitUDiff.exe" KeyPath=
"yes" />
714 <Component Id=
"C__TortoiseUDiffAssoc" Guid=
"$(var.GuidTortoiseUDiffAssoc)" Win64=
"$(var.Win64YesNo)">
715 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\.diff" />
716 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\.diff" KeyPath=
"yes" Value=
"unified_diff_file" Type=
"string" />
717 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\.patch" />
718 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\.patch" Value=
"unified_diff_file" Type=
"string" />
719 <RegistryKey Root=
"HKMU" Key=
"Software\Classes\unified_diff_file\shell\open\command" />
720 <RegistryValue Root=
"HKMU" Key=
"Software\Classes\unified_diff_file\shell\open\command" Value=
"[INSTALLDIR]bin\TortoiseGitUDiff.exe /patchfile:"%1"" Type=
"string" />
723 <Component Id=
"C__PlainSettingsShortcuts" Guid=
"$(var.GuidPlainSettingsShortcuts)" Win64=
"$(var.Win64YesNo)">
724 <RegistryValue Root=
"HKCU" Key=
"Software\TortoiseGit" KeyPath=
"yes" Name=
"TortoiseGit" Value=
"TortoiseGit" Type=
"string" />
725 <Condition><![CDATA[NOT VersionNT64]]
></Condition>
726 <Shortcut Id=
"S__PlainConfig" Directory=
"D_TortoisePrgMenu" Name=
"Settings" Advertise=
"no" Target=
"[INSTALLDIR]bin\TortoiseGitProc.exe" Description=
"TortoiseGit" Arguments=
"/command:settings" Show=
"normal" />
729 <Component Id=
"C__PlatformSettingsShortcuts" Guid=
"$(var.GuidPlatformSettingsShortcuts)" Win64=
"$(var.Win64YesNo)">
730 <RegistryValue Root=
"HKCU" Key=
"Software\TortoiseGit" KeyPath=
"yes" Name=
"TortoiseGit" Value=
"TortoiseGit" Type=
"string" />
731 <Condition>VersionNT64
</Condition>
732 <Shortcut Id=
"S__PlatformConfig" Directory=
"D_TortoisePrgMenu" Name=
"Settings" Advertise=
"no" Target=
"[INSTALLDIR]bin\TortoiseGitProc.exe" Description=
"TortoiseGit" Arguments=
"/command:settings" Show=
"normal" />
736 <Directory Id=
"D__Languages" ShortName=
"Language" Name=
"Languages">
737 <?if $(var.DictionaryENGB) =
1 ?>
738 <Component Id=
"C__DictionaryENGB" Guid=
"$(var.GuidDictionaryENGB)" Win64=
"$(var.Win64YesNo)">
739 <File Id=
"F__ENGBSPELLAFF" ShortName=
"en_GB.aff" Name=
"en_GB.aff" Source=
"..\..\..\Common\Spell\en_GB.aff" DiskId=
"1" />
740 <File Id=
"F__ENGBSPELLDIC" ShortName=
"en_GB.dic" Name=
"en_GB.dic" Source=
"..\..\..\Common\Spell\en_GB.dic" DiskId=
"1" />
744 <?if $(var.DictionaryENUS) =
1 ?>
745 <Component Id=
"C__DictionaryENUS" Guid=
"$(var.GuidDictionaryENUS)" Win64=
"$(var.Win64YesNo)">
746 <File Id=
"F__ENSPELLAFF" ShortName=
"en_US.aff" Name=
"en_US.aff" Source=
"..\..\Common\Spell\en_US.aff" DiskId=
"1" />
747 <File Id=
"F__ENSPELLDIC" ShortName=
"en_US.dic" Name=
"en_US.dic" Source=
"..\..\Common\Spell\en_US.dic" DiskId=
"1" />
752 <Directory Id=
"D__DiffScripts" ShortName=
"Diff" Name=
"Diff-Scripts">
753 <Component Id=
"C__DiffScripts" Guid=
"$(var.GuidDiffScripts)" Win64=
"$(var.Win64YesNo)">
754 <File Id=
"F__diffxls" Name=
"diff-xls.js" Source=
"..\..\contrib\diff-scripts\diff-xls.js" DiskId=
"1" KeyPath=
"yes"/>
755 <File Id=
"F__diffppt" Name=
"diff-ppt.js" Source=
"..\..\contrib\diff-scripts\diff-ppt.js" DiskId=
"1" />
756 <File Id=
"F__diffdoc" Name=
"diff-doc.js" Source=
"..\..\contrib\diff-scripts\diff-doc.js" DiskId=
"1" />
757 <File Id=
"F__mergedoc" Name=
"merge-doc.js" Source=
"..\..\contrib\diff-scripts\merge-doc.js" DiskId=
"1" />
758 <File Id=
"F__diffsxw" Name=
"diff-sxw.vbs" Source=
"..\..\contrib\diff-scripts\diff-sxw.vbs" DiskId=
"1" />
759 <File Id=
"F__diffodt" Name=
"diff-odt.vbs" Source=
"..\..\contrib\diff-scripts\diff-odt.vbs" DiskId=
"1" />
760 <File Id=
"F__mergeods" Name=
"merge-ods.vbs" Source=
"..\..\contrib\diff-scripts\merge-ods.vbs" DiskId=
"1" />
761 <File Id=
"F__diffnb" Name=
"diff-nb.vbs" Source=
"..\..\contrib\diff-scripts\diff-nb.vbs" DiskId=
"1" />
762 <File Id=
"F__diffdll" Name=
"diff-dll.vbs" Source=
"..\..\contrib\diff-scripts\diff-dll.vbs" DiskId=
"1" />
766 <Directory Id=
"ProgramMenuFolder" Name=
"." SourceName=
"User's Programs Menu">
767 <Directory Id=
"D_TortoisePrgMenu" Name=
"TortoiseGit" />
770 <Directory Id='$(var.cf)' ShortName='Common'
>
771 <Directory Id='TortoioseOverlays' ShortName='TortOvl' Name='TortoiseOverlays'
>
772 <Directory Id=
"D__icons" ShortName=
"ICONS" Name=
"icons">
773 <Directory Id=
"D__iconscvsclassic" ShortName=
"CVSClass" Name=
"CVSClassic">
774 <Component Id=
"C__iconscvsclassic" Guid=
"$(var.GuidIconsCVSClassic)" Win64=
"$(var.Win64YesNo)">
775 <File Id=
"F__CVSClassicConflictIcon" ShortName=
"TORTOI1.ICO" Name=
"ConflictIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\CVSClassic\ConflictIcon.ico" KeyPath=
"yes" />
776 <File Id=
"F__CVSClassicInSubversionIcon" ShortName=
"TORTOI2.ICO" Name=
"NormalIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\CVSClassic\NormalIcon.ico" />
777 <File Id=
"F__CVSClassicModifiedIcon" ShortName=
"TORTOI3.ICO" Name=
"ModifiedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\CVSClassic\ModifiedIcon.ico" />
778 <File Id=
"F__CVSClassicReadOnlyIcon" ShortName=
"TORTOI4.ICO" Name=
"ReadOnlyIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\CVSClassic\ReadOnlyIcon.ico" />
779 <File Id=
"F__CVSClassicDeletedIcon" ShortName=
"TORTOI5.ICO" Name=
"DeletedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\CVSClassic\DeletedIcon.ico" />
780 <File Id=
"F__CVSClassicLockedIcon" ShortName=
"TORTOI6.ICO" Name=
"LockedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\CVSClassic\LockedIcon.ico" />
781 <File Id=
"F__CVSClassicAddedIcon" ShortName=
"TORTOI7.ICO" Name=
"AddedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\CVSClassic\AddedIcon.ico" />
782 <File Id=
"F__CVSClassicIgnoredIcon" ShortName=
"TORTOI8.ICO" Name=
"IgnoredIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\CVSClassic\IgnoredIcon.ico" />
783 <File Id=
"F__CVSClassicUnversionedIcon" ShortName=
"TORTOI9.ICO" Name=
"UnversionedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\CVSClassic\UnversionedIcon.ico" />
787 <Directory Id=
"D__iconsmodern" ShortName=
"Modern">
788 <Component Id=
"C__iconsmodern" Guid=
"$(var.GuidIconsModern)" Win64=
"$(var.Win64YesNo)">
789 <File Id=
"F__ModernConflictIcon" ShortName=
"TORTOI1.ICO" Name=
"ConflictIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Modern\ConflictIcon.ico" KeyPath=
"yes" />
790 <File Id=
"F__ModernInSubversionIcon" ShortName=
"TORTOI2.ICO" Name=
"NormalIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Modern\NormalIcon.ico" />
791 <File Id=
"F__ModernModifiedIcon" ShortName=
"TORTOI3.ICO" Name=
"ModifiedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Modern\ModifiedIcon.ico" />
792 <File Id=
"F__ModernReadOnlyIcon" ShortName=
"TORTOI4.ICO" Name=
"ReadOnlyIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Modern\ReadOnlyIcon.ico" />
793 <File Id=
"F__ModernDeletedIcon" ShortName=
"TORTOI5.ICO" Name=
"DeletedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Modern\DeletedIcon.ico" />
794 <File Id=
"F__ModernLockedIcon" ShortName=
"TORTOI6.ICO" Name=
"LockedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Modern\LockedIcon.ico" />
795 <File Id=
"F__ModernAddedIcon" ShortName=
"TORTOI7.ICO" Name=
"AddedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Modern\AddedIcon.ico" />
796 <File Id=
"F__ModernIgnoredIcon" ShortName=
"TORTOI8.ICO" Name=
"IgnoredIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Modern\IgnoredIcon.ico" />
797 <File Id=
"F__ModernUnversionedIcon" ShortName=
"TORTOI9.ICO" Name=
"UnversionedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Modern\UnversionedIcon.ico" />
801 <Directory Id=
"D__iconssubclipse" ShortName=
"SUBCLI1" Name=
"Subclipse">
802 <Component Id=
"C__iconsmarkphippard" Guid=
"$(var.GuidIconsMarkPhippard)" Win64=
"$(var.Win64YesNo)">
803 <File Id=
"F__SubclipseConflictIcon" ShortName=
"TORTOI1.ICO" Name=
"ConflictIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Subclipse\ConflictIcon.ico" KeyPath=
"yes" />
804 <File Id=
"F__SubclipseInSubversionIcon" ShortName=
"TORTOI2.ICO" Name=
"NormalIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Subclipse\NormalIcon.ico" />
805 <File Id=
"F__SubclipseModifiedIcon" ShortName=
"TORTOI3.ICO" Name=
"ModifiedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Subclipse\ModifiedIcon.ico" />
806 <File Id=
"F__SubclipseReadOnlyIcon" ShortName=
"TORTOI4.ICO" Name=
"ReadOnlyIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Subclipse\ReadOnlyIcon.ico" />
807 <File Id=
"F__SubclipseDeletedIcon" ShortName=
"TORTOI5.ICO" Name=
"DeletedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Subclipse\DeletedIcon.ico" />
808 <File Id=
"F__SubclipseLockedIcon" ShortName=
"TORTOI6.ICO" Name=
"LockedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Subclipse\LockedIcon.ico" />
809 <File Id=
"F__SubclipseAddedIcon" ShortName=
"TORTOI7.ICO" Name=
"AddedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Subclipse\AddedIcon.ico" />
810 <File Id=
"F__SubclipseIgnoredIcon" ShortName=
"TORTOI8.ICO" Name=
"IgnoredIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Subclipse\IgnoredIcon.ico" />
811 <File Id=
"F__SubclipseUnversionedIcon" ShortName=
"TORTOI9.ICO" Name=
"UnversionedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Subclipse\UnversionedIcon.ico" />
815 <Directory Id=
"D__iconsstraight" ShortName=
"Straight">
816 <Component Id=
"C__iconsstraight" Guid=
"$(var.GuidIconsStraight)" Win64=
"$(var.Win64YesNo)">
817 <File Id=
"F__StraightConflictIcon" ShortName=
"TORTOI1.ICO" Name=
"ConflictIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Straight\ConflictIcon.ico" KeyPath=
"yes" />
818 <File Id=
"F__StraightInSubversionIcon" ShortName=
"TORTOI2.ICO" Name=
"NormalIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Straight\NormalIcon.ico" />
819 <File Id=
"F__StraightModifiedIcon" ShortName=
"TORTOI3.ICO" Name=
"ModifiedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Straight\ModifiedIcon.ico" />
820 <File Id=
"F__StraightReadOnlyIcon" ShortName=
"TORTOI4.ICO" Name=
"ReadOnlyIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Straight\ReadOnlyIcon.ico" />
821 <File Id=
"F__StraightDeletedIcon" ShortName=
"TORTOI5.ICO" Name=
"DeletedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Straight\DeletedIcon.ico" />
822 <File Id=
"F__StraightLockedIcon" ShortName=
"TORTOI6.ICO" Name=
"LockedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Straight\LockedIcon.ico" />
823 <File Id=
"F__StraightAddedIcon" ShortName=
"TORTOI7.ICO" Name=
"AddedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Straight\AddedIcon.ico" />
824 <File Id=
"F__StraightIgnoredIcon" ShortName=
"TORTOI8.ICO" Name=
"IgnoredIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Straight\IgnoredIcon.ico" />
825 <File Id=
"F__StraightUnversionedIcon" ShortName=
"TORTOI9.ICO" Name=
"UnversionedIcon.ico" DiskId=
"1" Source=
"..\Resources\Icons\Straight\UnversionedIcon.ico" />