include TortoiseGitBlame into the startmenu
[TortoiseGit.git] / src / TortoiseGitSetup / FeaturesFragment.wxi
blob5ad503260f3dc5a821647516b2914bbd92e77c78
1 <?xml version="1.0" encoding="utf-8"?>
2 <Include>
3 <Feature Id="DefaultFeature" Level="1" ConfigurableDirectory="INSTALLDIR" Title="TortoiseGit" Absent="disallow" TypicalDefault="install" Description="The TortoiseGit package and dependencies." Display="expand" InstallDefault="local">
4 <ComponentRef Id="C__infofiles" />
5 <ComponentRef Id="C__apr" />
7 <ComponentRef Id="C__help_en" />
8 <ComponentRef Id="C__gitlibs" />
9 <ComponentRef Id="C__TortoiseShell" />
10 <ComponentRef Id="C__TortoiseGitTools" />
11 <ComponentRef Id="C__TGitCache" />
12 <ComponentRef Id="C__TortoiseProc" />
13 <ComponentRef Id="C__TortoiseGITShortcuts" />
14 <ComponentRef Id="C__TortoiseMerge" />
15 <ComponentRef Id="C__TortoiseMergeShortcuts" />
17 <ComponentRef Id="C__TortoiseBlame" />
18 <ComponentRef Id="C__TortoiseGitBlameShortcuts" />
20 <ComponentRef Id="C__TortoiseIDiff" />
21 <ComponentRef Id="C__TortoiseIDiffShortcuts" />
23 <ComponentRef Id="C__TortoiseUDiff" />
25 <ComponentRef Id="C__PlainSettingsShortcuts" />
26 <ComponentRef Id="C__PlatformSettingsShortcuts" />
27 <ComponentRef Id="C__shellregistry" />
28 <ComponentRef Id="C__machineregistry" />
30 <!-- <ComponentRef Id="C__svnprotocoll" /> -->
32 <ComponentRef Id="C__approveshellcomponents" />
34 <ComponentRef Id="C__win7library" />
36 <ComponentRef Id="C__ProgramMenuFolder" />
37 <ComponentRef Id="C__Sounds" />
38 <ComponentRef Id="C__DiffScripts" />
39 <ComponentRef Id="C__touch" />
41 <Feature Id="F_CRT" Level="1" Title="C-Runtime" Description="The Visual-C Runtime libs" TypicalDefault="install" Display="hidden">
42 <MergeRef Id="CRT" />
43 <MergeRef Id="CRT Policy" />
44 </Feature>
46 <Feature Id="F_MFC" Level="1" Title="MFC 8.0" Description="The MFC 8.0 libs" TypicalDefault="install" Display="hidden">
47 <MergeRef Id="MFC" />
48 <MergeRef Id="MFC Policy" />
49 <MergeRef Id="MFCLOC" />
50 <MergeRef Id="MFCLOC Policy" />
51 <MergeRef Id="ATL" />
52 <MergeRef Id="ATL Policy" />
53 </Feature>
55 <Feature Id="F_OVL" Level="1" Title="Tortoise Overlay handler" Description="The overlay handler for all Tortoise clients" TypicalDefault="install" Display="hidden">
56 <MergeRef Id="Ovlays" />
57 </Feature>
59 <?if $(var.Platform) = "x64" ?>
60 <Feature Id="F_TSHELL32" Level="1" Title="32-bit TortoiseGit Shell-Extension" Description="The TortoiseGit Shell-Extension for 32-bit applications." TypicalDefault="install" Absent="allow">
61 <ComponentRef Id="C__gitlibs32" />
62 <ComponentRef Id="C__TortoiseShell32" />
63 <ComponentRef Id="C__shellregistry32" />
64 <ComponentRef Id="C__machineregistry32" />
65 <ComponentRef Id="C__approveshellcomponents32" />
67 <Feature Id="F_OVL32" Level="1" Title="Tortoise Overlay handler" Description="The overlay handler for all Tortoise clients" TypicalDefault="install" Display="hidden">
68 <MergeRef Id="Ovlays32" />
69 </Feature>
71 <Feature Id="F_CRT32" Level="1" Title="C-Runtime" Description="The Visual-C Runtime libs" TypicalDefault="install" Display="hidden">
72 <MergeRef Id="CRT32" />
73 </Feature>
75 <Feature Id="F_MFC32" Level="1" Title="MFC 8.0" Description="The MFC 8.0 libs" TypicalDefault="install" Display="hidden">
76 <MergeRef Id="ATL32" />
77 <MergeRef Id="ATL32 Policy" />
78 <MergeRef Id="MFC32" />
79 <MergeRef Id="MFCLOC32" />
80 </Feature>
81 </Feature>
82 <?endif ?>
84 <Feature Id="MoreIcons" Level="1" Title="Additional icon sets" Description="Additional sets of icon overlays in different styles" TypicalDefault="install" Absent="allow">
85 <ComponentRef Id="C__iconscvsclassic" />
86 <ComponentRef Id="C__iconsmodern" />
87 <ComponentRef Id="C__iconsmarkphippard" />
88 <ComponentRef Id="C__iconsstraight" />
89 </Feature>
91 <Feature Id="UDiffAssoc" Level="1" Title="Register diff/patch files" Description="Associate .diff and .patch files with TortoiseUDiff" TypicalDefault="install" Absent="allow">
92 <ComponentRef Id="C__TortoiseUDiffAssoc" />
93 </Feature>
95 <?if $(var.DictionaryENGB) = 1 ?>
96 <Feature Id="DictionaryENGB" Level="1" Title="English (GB) dictionary" Description="English (GB) spell checker dictionary" TypicalDefault="install" Absent="allow">
97 <ComponentRef Id="C__DictionaryENGB" />
98 </Feature>
99 <?endif ?>
100 <?if $(var.DictionaryENUS) = 1 ?>
101 <Feature Id="DictionaryENUS" Level="1" Title="English (US) dictionary" Description="English (US) spell checker dictionary" TypicalDefault="install" Absent="allow">
102 <ComponentRef Id="C__DictionaryENUS" />
103 </Feature>
104 <?endif ?>
106 <?if $(var.IncludeCrashReportDll) = 1 ?>
107 <Feature Id="CrashReporter" Level="1" Title="Crash Reporter" Description="In official builds, sends crash dumps to the developers." TypicalDefault="install" Display="hidden" InstallDefault="followParent">
108 <ComponentRef Id="C__crash" />
109 </Feature>
110 <?endif ?>
112 <Feature Id="SSHPlink" Level="1" Title="SSH Plink" Description="SSH PLink" TypicalDefault="install" Display="hidden" InstallDefault="followParent">
113 <ComponentRef Id="C_SSHCLIENT_PLINK" />
114 </Feature>
115 <Feature Id="SSHOpenSSH" Level="1" Title="SSH OpenSSH" Description="SSH OpenSSH" TypicalDefault="install" Display="hidden" InstallDefault="followParent">
116 <ComponentRef Id="C_SSHCLIENT_OPENSSH" />
117 </Feature>
118 </Feature>
119 </Include>