Prepare release 0.2.0.0
[TortoiseGit.git] / src / TortoiseGitSetup / FeaturesFragment.wxi
blobe4dce1fcf1b500be42938138ee592348fa102bc8
1 <?xml version="1.0" encoding="utf-8"?>
2 <Include>
3 <Feature Id="DefaultFeature" Level="1" ConfigurableDirectory="INSTALLDIR" Title="TortoiseGit" Absent="disallow"
4 TypicalDefault="install" Description="The TortoiseGit package and dependencies." Display="expand" InstallDefault="local" >
5 <ComponentRef Id="C__infofiles" />
6 <ComponentRef Id="C__apr" />
7 <!-- <ComponentRef Id="C__sasl" />
8 --> <ComponentRef Id="C__gettext" />
10 <ComponentRef Id="C__help_en" />
11 <ComponentRef Id="C__TortoiseSVN" />
12 <ComponentRef Id="C__TortoiseSVNShortcuts" />
13 <ComponentRef Id="C__TortoiseMerge" />
14 <ComponentRef Id="C__TortoiseMergeShortcuts" />
16 <ComponentRef Id="C__TortoiseBlame" />
17 <!--
18 <ComponentRef Id="C__TortoiseIDiff" />
19 <ComponentRef Id="C__TortoiseIDiffShortcuts" />
20 -->
21 <ComponentRef Id="C__TortoiseUDiff" />
23 <ComponentRef Id="C__PlainSettingsShortcuts" />
24 <ComponentRef Id="C__PlatformSettingsShortcuts" />
25 <ComponentRef Id="C__shellregistry" />
26 <ComponentRef Id="C__machineregistry" />
27 <ComponentRef Id="C__svnprotocoll" />
28 <ComponentRef Id="C__approveshellcomponents" />
29 <ComponentRef Id="C__ProgramMenuFolder" />
30 <ComponentRef Id="C__Sounds" />
31 <ComponentRef Id="C__DiffScripts" />
33 <Feature Id="F_CRT" Level="1" Title="C-Runtime" Description="The Visual-C Runtime libs" TypicalDefault="install" Display="hidden" >
34 <MergeRef Id="CRT" />
35 <MergeRef Id="CRT Policy" />
36 </Feature>
37 <Feature Id="F_MFC" Level="1" Title="MFC 8.0" Description="The MFC 8.0 libs" TypicalDefault="install" Display="hidden" >
38 <MergeRef Id="MFC" />
39 <MergeRef Id="MFC Policy" />
40 <MergeRef Id="MFCLOC" />
41 <MergeRef Id="MFCLOC Policy" />
42 </Feature>
43 <Feature Id="F_OVL" Level="1" Title="Tortoise Overlay handler" Description="The overlay handler for all Tortoise clients" TypicalDefault="install" Display="hidden" >
44 <!--<MergeRef Id="Ovlays" />-->
45 </Feature>
47 <Feature Id="MoreIcons" Level="1" Title="Additional icon sets" Description="Additional sets of icon overlays in different styles" TypicalDefault="install" Absent="allow">
48 <ComponentRef Id="C__iconscvsclassic" />
49 <ComponentRef Id="C__iconsmodern" />
50 <ComponentRef Id="C__iconsmarkphippard" />
51 <ComponentRef Id="C__iconsstraight" />
52 </Feature>
54 <Feature Id="UDiffAssoc" Level="1" Title="Register diff/patch files" Description="Associate .diff and .patch files with TortoiseUDiff" TypicalDefault="install" Absent="allow">
55 <ComponentRef Id="C__TortoiseUDiffAssoc" />
56 </Feature>
58 <?if $(var.DictionaryENGB) = 1 ?>
59 <Feature Id="DictionaryENGB" Level="1" Title="English (GB) dictionary" Description="English (GB) spell checker dictionary" TypicalDefault="install" Absent="allow">
60 <ComponentRef Id="C__DictionaryENGB" />
61 </Feature>
62 <?endif ?>
64 <?if $(var.DictionaryENUS) = 1 ?>
65 <Feature Id="DictionaryENUS" Level="1" Title="English (US) dictionary" Description="English (US) spell checker dictionary" TypicalDefault="install" Absent="allow">
66 <ComponentRef Id="C__DictionaryENUS" />
67 </Feature>
68 <?endif ?>
70 <Feature Id="ASPDOTNETHACKFEATURE" Level="1" Title="ASP.NET Hack"
71 Description="Sets the SVN_ASP_DOT_NET_HACK environment variable.
73 DO NOT INSTALL THIS FEATURE if you don't use VS.NET with Web Projects!!!"
74 TypicalDefault="install" Absent="allow" Display="hidden" InstallDefault="source" >
75 <Condition Level="0">(NOT ASPDOTNETHACK)</Condition>
76 <ComponentRef Id="C__ASPDOTNETHACK" />
77 </Feature>
79 <?if $(var.IncludeCrashReportDll) = 1 ?>
80 <Feature Id="CrashReporter" Level="1" Title="Crash Reporter" Description="In official builds, sends crash dumps to the developers."
81 TypicalDefault="install" Display="hidden" InstallDefault="followParent">
82 <ComponentRef Id="C__crash" />
83 </Feature>
84 <?endif ?>
86 </Feature>
87 </Include>