f1d19e3a04cdd4e639f8e7f7aaa42a8c79371626
[TortoiseGit.git] / src / TortoiseGitSetup / FeaturesFragment.wxi
blobf1d19e3a04cdd4e639f8e7f7aaa42a8c79371626
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 </Feature>
45 <Feature Id="F_MFC" Level="1" Title="MFC 11.0" Description="The MFC 11.0 libs" TypicalDefault="install" Display="hidden">
46 <MergeRef Id="MFC" />
47 <MergeRef Id="MFCLOC" />
48 </Feature>
50 <Feature Id="F_OVL" Level="1" Title="Tortoise Overlay handler" Description="The overlay handler for all Tortoise clients" TypicalDefault="install" Display="hidden">
51 <MergeRef Id="Ovlays" />
52 </Feature>
54 <?if $(var.Platform) = "x64" ?>
55 <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">
56 <ComponentRef Id="C__gitlibs32" />
57 <ComponentRef Id="C__TortoiseShell32" />
58 <ComponentRef Id="C__shellregistry32" />
59 <ComponentRef Id="C__machineregistry32" />
60 <ComponentRef Id="C__approveshellcomponents32" />
62 <Feature Id="F_OVL32" Level="1" Title="Tortoise Overlay handler" Description="The overlay handler for all Tortoise clients" TypicalDefault="install" Display="hidden">
63 <MergeRef Id="Ovlays32" />
64 </Feature>
66 <Feature Id="F_CRT32" Level="1" Title="C-Runtime" Description="The Visual-C Runtime libs" TypicalDefault="install" Display="hidden">
67 <MergeRef Id="CRT32" />
68 </Feature>
69 </Feature>
70 <?endif ?>
72 <Feature Id="MoreIcons" Level="1" Title="Additional icon sets" Description="Additional sets of icon overlays in different styles" TypicalDefault="install" Absent="allow">
73 <ComponentRef Id="C__iconscvsclassic" />
74 <ComponentRef Id="C__iconsmodern" />
75 <ComponentRef Id="C__iconsmarkphippard" />
76 <ComponentRef Id="C__iconsstraight" />
77 </Feature>
79 <?if $(var.IncludeCrashReportDll) = 1 ?>
80 <Feature Id="CrashReporter" Level="1" Title="Crash Reporter" Description="Sends crash dumps to the developers." TypicalDefault="install" InstallDefault="followParent" Absent="allow">
81 <ComponentRef Id="C__crash" />
82 </Feature>
83 <?endif ?>
85 <Feature Id="UDiffAssoc" Level="1" Title="Register diff/patch files" Description="Associate .diff and .patch files with TortoiseUDiff" TypicalDefault="install" Absent="allow">
86 <ComponentRef Id="C__TortoiseUDiffAssoc" />
87 </Feature>
89 <?if $(var.DictionaryENGB) = 1 ?>
90 <Feature Id="DictionaryENGB" Level="1" Title="English (GB) dictionary" Description="English (GB) spell checker dictionary" TypicalDefault="install" Absent="allow">
91 <ComponentRef Id="C__DictionaryENGB" />
92 </Feature>
93 <?endif ?>
94 <?if $(var.DictionaryENUS) = 1 ?>
95 <Feature Id="DictionaryENUS" Level="1" Title="English (US) dictionary" Description="English (US) spell checker dictionary" TypicalDefault="install" Absent="allow">
96 <ComponentRef Id="C__DictionaryENUS" />
97 </Feature>
98 <?endif ?>
100 <Feature Id="SSHPlink" Level="1" Title="SSH Plink" Description="SSH PLink" TypicalDefault="install" Display="hidden" InstallDefault="followParent">
101 <ComponentRef Id="C_SSHCLIENT_PLINK" />
102 </Feature>
103 <Feature Id="SSHOpenSSH" Level="1" Title="SSH OpenSSH" Description="SSH OpenSSH" TypicalDefault="install" Display="hidden" InstallDefault="followParent">
104 <ComponentRef Id="C_SSHCLIENT_OPENSSH" />
105 </Feature>
106 </Feature>
107 </Include>