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