wix-admin-20040820
[openafs.git] / src / WINNT / install / wix / feature.wxi
1 \feff<?xml version="1.0" ?>
2 <Include>
3
4                 <?ifdef DebugSyms?>
5                         <?ifdef Debug?>
6                                 <?define DebugSymFollowParent="yes"?>
7                                 <?define DebugSymLowLevel="30"?>
8                                 <?define DebugSymHighLevel="130"?>
9                         <?else?>
10                                 <?define DebugSymFollowParent="no"?>
11                                 <?define DebugSymLowLevel="130"?>
12                                 <?define DebugSymHighLevel="130"?>
13                         <?endif?>
14                 <?endif?>
15
16         <Feature Id="feaOpenAFS" AllowAdvertise="no" Absent="disallow" ConfigurableDirectory="AFSDIR"
17             Description="$(loc.StrAFSProdDesc)" Display="expand" InstallDefault="local" Level="30"
18             Title="OpenAFS">
19             <Feature Id="feaClient" AllowAdvertise="no" Description="$(loc.StrAFSClientLongDesc)" Display="expand"
20                 FollowParent="yes" InstallDefault="local" Level="30" Title="$(loc.StrAFSClientDesc)">
21                 
22                 <Feature Id="feaLoopback" FollowParent="yes" AllowAdvertise="no" Description="$(loc.StrLoopbackLongDesc)"
23                     Display="expand" InstallDefault="local" Level="30" Title="$(loc.StrLoopbackDesc)">
24                     <ComponentRef Id="rcm_Loopback"/>
25                 </Feature>
26
27                                 <Feature Id="feaKB301673" AllowAdvertise="no" Absent="disallow" Display="hidden" InstallDefault="local" Level="0" FollowParent="yes">
28                                         <ComponentRef Id="rcm_KB301673" />
29                                         <Condition Level="30">VersionNT = 500 And ServicePackLevel &lt; 3</Condition>
30                                 </Feature>
31                                 
32                                 <Feature Id="feaCredsStartup" AllowAdvertise="no" FollowParent="yes" Display="hidden" InstallDefault="local" Level="30">
33                                         <ComponentRef Id="cmp_credsStartup" />
34                                         <Condition Level="130">CREDSSTARTUP = 0</Condition>
35                                 </Feature>
36                                 
37                         <?ifdef DebugSyms?>
38                                 <Feature Id="feaClientDebug" AllowAdvertise="no" Description="$(loc.StrAFSClientDebugLongDesc)" Display="expand"
39                                         FollowParent="$(var.DebugSymFollowParent)" InstallDefault="local" Level="$(var.DebugSymLowLevel)" Title="$(loc.StrAFSClientDebugDesc)">
40                     <ComponentRef Id="cmp_ClientProgramDebug" />
41                     <ComponentRef Id="cmp_CommonCommonDebug" />
42                     <ComponentRef Id="cmp_ClientCommonDebug" />
43                     <ComponentRef Id="cmp_ClientSystemDebug" />
44                     <?include runtime_debug.wxi?>
45                                 </Feature>
46                         <?endif?>
47
48                                 <ComponentRef Id="rcm_Client" />
49                 <ComponentRef Id="rcm_ClientCacheSize" />
50                 <ComponentRef Id="rcm_ClientCachePath" />
51
52                                 <ComponentRef Id="cmp_CommonDir" />
53
54                 <ComponentRef Id="efl_Readme_TXT_$(var.Language)" />
55                 <ComponentRef Id="efl_CellServDB" />
56                 <ComponentRef Id="cpf_CellServDB" />
57                 <ComponentRef Id="cmf_afs_cpa_CPL" />
58
59                 <ComponentRef Id="cmf_afsrpc_DLL" />
60                 <ComponentRef Id="cmf_afsauthent2_DLL" />
61                 <ComponentRef Id="cmf_afspthread_DLL" />
62                 <ComponentRef Id="cmf_TaAfsAppLib_DLL" />
63                 <ComponentRef Id="cmf_afsprocmgmt_DLL" />
64                 <ComponentRef Id="cmf_afs_config_EXE" />
65
66                 <ComponentRef Id="cmf_afs_nt_HLP_$(var.Language)"/>
67                 <ComponentRef Id="cmf_TaAfsAppLib_$(var.LanguageCode)_DLL" />
68                 <ComponentRef Id="cmf_afscreds_$(var.LanguageCode)_DLL" />
69                 <ComponentRef Id="cmf_afs_config_$(var.LanguageCode)_DLL" />
70                 <ComponentRef Id="cmf_afs_cpa_$(var.LanguageCode)_DLL" />
71                 <ComponentRef Id="cmf_afs_shl_ext_$(var.LanguageCode)_DLL" />
72
73                 <ComponentRef Id="cmf_afsshare_EXE" />
74                 <ComponentRef Id="cmf_libosi_DLL" />
75                 <ComponentRef Id="cmf_libafsconf_DLL" />
76                 <ComponentRef Id="cmf_klog_EXE" />
77                 <ComponentRef Id="cmf_tokens_EXE" />
78                 <ComponentRef Id="cmf_unlog_EXE" />
79                 <ComponentRef Id="cmf_fs_EXE" />
80                 <ComponentRef Id="cmf_afscreds_EXE" />
81                 <ComponentRef Id="cmf_afs_shl_ext_DLL" />
82                 <ComponentRef Id="cmf_afsd_service_EXE" />
83                 <ComponentRef Id="cmf_afslogon_DLL" />
84                 <ComponentRef Id="cmf_symlink_EXE" />
85                 <ComponentRef Id="cmf_kpasswd_EXE" />
86                 <ComponentRef Id="cmf_pts_EXE" />
87                 <ComponentRef Id="cmf_bos_EXE" />
88                 <ComponentRef Id="cmf_kas_EXE" />
89                 <ComponentRef Id="cmf_vos_EXE" />
90                 <ComponentRef Id="cmf_udebug_EXE" />
91                 <ComponentRef Id="cmf_translate_et_EXE" />
92                 <ComponentRef Id="cmf_rxdebug_EXE" />
93                 <ComponentRef Id="cmf_backup_EXE" />
94                 <ComponentRef Id="cmf_aklog_EXE" />
95                 
96                 <!-- Runtime -->
97                 <?include runtime.wxi?>
98             </Feature>
99             
100             <Feature Id="feaServer" AllowAdvertise="no" Description="$(loc.StrAFSServerLongDesc)" Display="expand"
101                 FollowParent="yes" InstallDefault="local" Level="130" Title="$(loc.StrAFSServerDesc)">
102
103                                 <ComponentRef Id="rcm_Server" />
104                                 <ComponentRef Id="cmp_CommonDir" />
105
106                 <ComponentRef Id="cmf_afsserver_CPL" />
107                 <ComponentRef Id="cmf_afsbosadmin_DLL" />
108                 <ComponentRef Id="cmf_afscfgadmin_DLL" />
109                 <ComponentRef Id="cmf_afsclientadmin_DLL" />
110                 <ComponentRef Id="cmf_afskasadmin_DLL" />
111                 <ComponentRef Id="cmf_afsptsadmin_DLL" />
112                 <ComponentRef Id="cmf_afsvosadmin_DLL" />
113                 <ComponentRef Id="cmf_afsadminutil_DLL" />
114
115                 <ComponentRef Id="cmf_afsrpc_DLL" />
116                 <ComponentRef Id="cmf_afsauthent2_DLL" />
117                 <ComponentRef Id="cmf_afspthread_DLL" />
118                 <ComponentRef Id="cmf_TaAfsAppLib_DLL" />
119                 <ComponentRef Id="cmf_afsprocmgmt_DLL" />
120
121                 <ComponentRef Id="cmf_afseventmsg_$(var.LanguageCode)_DLL" />
122                 <ComponentRef Id="cmf_afsserver_$(var.LanguageCode)_DLL" />
123                 <ComponentRef Id="cmf_afssvrcfg_$(var.LanguageCode)_DLL" />
124                 <ComponentRef Id="cmf_TaAfsAppLib_$(var.LanguageCode)_DLL" />
125                 <ComponentRef Id="cmf_afs_nt_HLP_$(var.Language)" />
126                 <ComponentRef Id="cmp_Lang_$(var.Language)" />
127             
128                 <ComponentRef Id="efl_Readme_TXT_$(var.Language)" />
129
130                 <ComponentRef Id="cmf_vlserver_EXE" />
131                 <ComponentRef Id="cmf_volinfo_EXE" />
132                 <ComponentRef Id="cmf_volserver_EXE" />
133                 <ComponentRef Id="cmf_afskill_EXE" />
134                 <ComponentRef Id="cmf_afssvrcfg_EXE" />
135                 <ComponentRef Id="cmf_bosctlsvc_EXE" />
136                 <ComponentRef Id="cmf_bosserver_EXE" />
137                 <ComponentRef Id="cmf_buserver_EXE" />
138                 <ComponentRef Id="cmf_fileserver_EXE" />
139                 <ComponentRef Id="cmf_fms_EXE" />
140                 <ComponentRef Id="cmf_butc_EXE" />
141                 <ComponentRef Id="cmf_kaserver_EXE" />
142                 <ComponentRef Id="cmf_ptserver_EXE" />
143                 <ComponentRef Id="cmf_salvager_EXE" />
144                 <ComponentRef Id="cmf_upclient_EXE" />
145                 <ComponentRef Id="cmf_upserver_EXE" />
146                 <ComponentRef Id="cmp_Server_Program" />
147
148             <?ifdef DebugSyms?>
149                                 <Feature Id="feaServerDebug" AllowAdvertise="no" Description="$(loc.StrAFSServerDebugLongDesc)" Display="expand"
150                                         FollowParent="$(var.DebugSymFollowParent)" InstallDefault="local" Level="$(var.DebugSymHighLevel)" Title="$(loc.StrAFSServerDebugDesc)">
151                                         <ComponentRef Id="cmp_Server_Program_Debug" />
152                                         <ComponentRef Id="cmp_ServerCommonDebug" />
153                                         <ComponentRef Id="cmp_CommonCommonDebug" />
154                                         <?include runtime_debug.wxi?>
155                 </Feature>
156             <?endif?>
157
158                 <!-- Runtime -->
159                 <?include runtime.wxi?>
160             </Feature>
161             <Feature Id="feaControlCenter" AllowAdvertise="no" Description="$(loc.StrAFSCCLongDesc)"
162                 Display="expand" FollowParent="yes" InstallDefault="local" Level="130" Title="$(loc.StrAFSCCDesc)">
163                 
164                 <ComponentRef Id="rcm_Control_Center" />
165                 <ComponentRef Id="cmp_CommonDir" />
166                 
167                 <ComponentRef Id="cmf_afs_cpa_CPL" />
168                 <ComponentRef Id="cmf_afsbosadmin_DLL" />
169                 <ComponentRef Id="cmf_afscfgadmin_DLL" />
170                 <ComponentRef Id="cmf_afsclientadmin_DLL" />
171                 <ComponentRef Id="cmf_afskasadmin_DLL" />
172                 <ComponentRef Id="cmf_afsptsadmin_DLL" />
173                 <ComponentRef Id="cmf_afsvosadmin_DLL" />
174                 <ComponentRef Id="cmf_afsadminutil_DLL" />
175                 <ComponentRef Id="cmf_afsrpc_DLL" />
176                 <ComponentRef Id="cmf_afsauthent2_DLL" />
177                 <ComponentRef Id="cmf_afspthread_DLL" />
178                 <ComponentRef Id="cmf_TaAfsAppLib_DLL" />
179                 <ComponentRef Id="cmf_afsprocmgmt_DLL" />
180                 <ComponentRef Id="cmf_afs_config_EXE" />
181                                 <ComponentRef Id="cmf_TaAfsServerManager_EXE" />
182                                 <ComponentRef Id="cmf_TaAfsAdmSvr_EXE" />
183                                 <ComponentRef Id="cmf_TaAfsAccountManager_EXE" />
184
185                 <ComponentRef Id="cmf_afseventmsg_$(var.LanguageCode)_DLL" />
186                 <ComponentRef Id="cmf_afsserver_$(var.LanguageCode)_DLL" />
187                 <ComponentRef Id="cmf_afssvrcfg_$(var.LanguageCode)_DLL" />
188                 <ComponentRef Id="cmf_TaAfsAccountManager_$(var.LanguageCode)_DLL" />
189                 <ComponentRef Id="cmf_TaAfsAppLib_$(var.LanguageCode)_DLL" />
190                 <ComponentRef Id="cmf_TaAfsServerManager_$(var.LanguageCode)_DLL" />
191                 <ComponentRef Id="cmf_afscreds_$(var.LanguageCode)_DLL" />
192                 <ComponentRef Id="cmf_afs_config_$(var.LanguageCode)_DLL" />
193                 <ComponentRef Id="cmf_afs_cpa_$(var.LanguageCode)_DLL" />
194                 <ComponentRef Id="cmf_afs_shl_ext_$(var.LanguageCode)_DLL" />
195                 <ComponentRef Id="cmf_afs_nt_HLP_$(var.Language)" />
196                 <ComponentRef Id="cmp_Lang_$(var.Language)" />
197
198             <?ifdef DebugSyms?>
199                                 <Feature Id="feaControlCenterDebug" AllowAdvertise="no" Description="$(loc.StrAFSCCDebugLongDesc)"
200                                         Display="expand" FollowParent="$(var.DebugSymFollowParent)" InstallDefault="local" Level="$(var.DebugSymHighLevel)" Title="$(loc.StrAFSCCDebugDesc)">
201                                         <ComponentRef Id="cmp_Control_CenterDebug" />
202                                         <ComponentRef Id="cmp_ServerCommonDebug" />
203                                         <ComponentRef Id="cmp_CommonCommonDebug" />
204                                         <ComponentRef Id="cmp_ClientCommonDebug" />
205                                         <?include runtime_debug.wxi?>
206                                 </Feature>
207             <?endif?>
208             
209                 <ComponentRef Id="efl_Readme_TXT_$(var.Language)" />
210                 
211                 <!-- Runtime -->
212                 <?include runtime.wxi?>
213             </Feature>
214             <Feature Id="feaSDK" AllowAdvertise="no" Description="$(loc.StrAFSSDKLongDesc)" Display="expand"
215                 FollowParent="yes" InstallDefault="local" Level="130" Title="$(loc.StrAFSSDKDesc)">
216
217                                 <ComponentRef Id="rcm_SDK" />
218
219                 <ComponentRef Id="efl_Readme_TXT_$(var.Language)" />                
220                                 <ComponentRef Id="cmp_SDK_Sample" />
221                                 <ComponentRef Id="cmp_SDK_Include" />
222                                 <ComponentRef Id="cmp_SDK_Include_afs" />
223                                 <ComponentRef Id="cmp_SDK_Include_rx" />
224                                 <ComponentRef Id="cmp_SDK_Include_Winnt" />
225                                 <ComponentRef Id="cmp_SDK_Lib" />
226                                 <ComponentRef Id="cmp_SDK_Lib_Afs" />
227
228                         <?ifdef DebugSyms?>
229                                 <Feature Id="feaSDKDebug" AllowAdvertise="no" Description="$(loc.StrAFSSDKDebugLongDesc)" Display="expand"
230                                         FollowParent="$(var.DebugSymFollowParent)" InstallDefault="local" Level="$(var.DebugSymHighLevel)" Title="$(loc.StrAFSSDKDebugDesc)">
231                                         <?include runtime_debug.wxi?>
232                                 </Feature>
233                         <?endif?>
234                 <!-- Runtime -->
235                 <?include runtime.wxi?>
236             </Feature>
237             
238             <Feature Id="feaDocumentation" AllowAdvertise="no" Description="$(loc.StrAFSDocLongDesc)"
239                 Display="expand" FollowParent="yes" InstallDefault="local" Level="130" Title="$(loc.StrAFSDocDesc)">
240
241                                 <ComponentRef Id="rcm_Documentation" />
242                 
243                 <ComponentRef Id="efl_Readme_TXT_$(var.Language)" />                
244                 <ComponentRef Id="cmf_index2_HTM_en_US" />
245                                 <ComponentRef Id="efl_DocHtml_en_US" />
246                                 <ComponentRef Id="cmp_Cmd_Ref_en_US" />
247                                 <ComponentRef Id="cmp_Install_Guide_en_US" />
248                                 <ComponentRef Id="cmp_Sys_Admin_Guide_en_US" />
249                                 <ComponentRef Id="cmp_Release_Notes_en_US" />
250                                 <ComponentRef Id="cmf_afs_nt_HLP_en_US" />
251                                 <ComponentRef Id="cmp_Lang_en_US" />
252                                 
253             </Feature>
254         </Feature>
255 </Include>