Registry entries for our custom Win7 library.
[TortoiseGit.git] / src / TortoiseGitSetup / FeaturesFragment.wxi
blob2dd1b8fcabf51b830aa134d19fac0d86bf6d01e5
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__wingit" />
12 <ComponentRef Id="C__TortoiseSVN" />
13 <ComponentRef Id="C__TortoiseSVNShortcuts" />
14 <ComponentRef Id="C__TortoiseMerge" />
15 <ComponentRef Id="C__TortoiseMergeShortcuts" />
17 <ComponentRef Id="C__TortoiseBlame" />
19 <ComponentRef Id="C__TortoiseIDiff" />
20 <ComponentRef Id="C__TortoiseIDiffShortcuts" />
22 <ComponentRef Id="C__TortoiseUDiff" />
24 <ComponentRef Id="C__PlainSettingsShortcuts" />
25 <ComponentRef Id="C__PlatformSettingsShortcuts" />
26 <ComponentRef Id="C__shellregistry" />
27 <ComponentRef Id="C__machineregistry" />
28 <!-- <ComponentRef Id="C__svnprotocoll" />
29 -->
30 <ComponentRef Id="C__approveshellcomponents" />
31 <ComponentRef Id="C__win7library" />
32 <ComponentRef Id="C__ProgramMenuFolder" />
33 <ComponentRef Id="C__Sounds" />
34 <ComponentRef Id="C__DiffScripts" />
36 <Feature Id="F_CRT" Level="1" Title="C-Runtime" Description="The Visual-C Runtime libs" TypicalDefault="install" Display="hidden" >
37 <MergeRef Id="CRT" />
38 <MergeRef Id="CRT Policy" />
39 </Feature>
40 <Feature Id="F_MFC" Level="1" Title="MFC 8.0" Description="The MFC 8.0 libs" TypicalDefault="install" Display="hidden" >
41 <MergeRef Id="MFC" />
42 <MergeRef Id="MFC Policy" />
43 <MergeRef Id="MFCLOC" />
44 <MergeRef Id="MFCLOC Policy" />
45 <MergeRef Id="ATL" />
46 <MergeRef Id="ATL Policy" />
47 </Feature>
48 <Feature Id="F_OVL" Level="1" Title="Tortoise Overlay handler" Description="The overlay handler for all Tortoise clients" TypicalDefault="install" Display="hidden" >
49 <MergeRef Id="Ovlays" />
50 </Feature>
52 <Feature Id="MoreIcons" Level="1" Title="Additional icon sets" Description="Additional sets of icon overlays in different styles" TypicalDefault="install" Absent="allow">
53 <ComponentRef Id="C__iconscvsclassic" />
54 <ComponentRef Id="C__iconsmodern" />
55 <ComponentRef Id="C__iconsmarkphippard" />
56 <ComponentRef Id="C__iconsstraight" />
57 </Feature>
59 <Feature Id="UDiffAssoc" Level="1" Title="Register diff/patch files" Description="Associate .diff and .patch files with TortoiseUDiff" TypicalDefault="install" Absent="allow">
60 <ComponentRef Id="C__TortoiseUDiffAssoc" />
61 </Feature>
63 <?if $(var.DictionaryENGB) = 1 ?>
64 <Feature Id="DictionaryENGB" Level="1" Title="English (GB) dictionary" Description="English (GB) spell checker dictionary" TypicalDefault="install" Absent="allow">
65 <ComponentRef Id="C__DictionaryENGB" />
66 </Feature>
67 <?endif ?>
69 <?if $(var.DictionaryENUS) = 1 ?>
70 <Feature Id="DictionaryENUS" Level="1" Title="English (US) dictionary" Description="English (US) spell checker dictionary" TypicalDefault="install" Absent="allow">
71 <ComponentRef Id="C__DictionaryENUS" />
72 </Feature>
73 <?endif ?>
75 <Feature Id="ASPDOTNETHACKFEATURE" Level="1" Title="ASP.NET Hack"
76 Description="Sets the SVN_ASP_DOT_NET_HACK environment variable.
78 DO NOT INSTALL THIS FEATURE if you don't use VS.NET with Web Projects!!!"
79 TypicalDefault="install" Absent="allow" Display="hidden" InstallDefault="source" >
80 <Condition Level="0">(NOT ASPDOTNETHACK)</Condition>
81 <ComponentRef Id="C__ASPDOTNETHACK" />
82 </Feature>
84 <?if $(var.IncludeCrashReportDll) = 1 ?>
85 <Feature Id="CrashReporter" Level="1" Title="Crash Reporter" Description="In official builds, sends crash dumps to the developers."
86 TypicalDefault="install" Display="hidden" InstallDefault="followParent">
87 <ComponentRef Id="C__crash" />
88 </Feature>
89 <?endif ?>
92 <Feature Id="SSHPlink" Level="1" Title="SSH Plink" Description="SSH PLink" TypicalDefault="install" Display="hidden" InstallDefault="followParent">
93 <ComponentRef Id="C_SSHCLIENT_PLINK"/>
94 </Feature>
97 <Feature Id="SSHOpenSSH" Level="1" Title="SSH OpenSSH" Description="SSH OpenSSH" TypicalDefault="install" Display="hidden" InstallDefault="followParent">
98 <ComponentRef Id="C_SSHCLIENT_OPENSSH"/>
99 </Feature>
101 </Feature>
102 </Include>