da42ec2a14cac07962d42d9f00d52ba1fe2f9c38
[openafs.git] / src / WINNT / install / wix / feature.wxi
1 <?xml version="1.0" ?>
2 <Include>
3         <Feature Id="feaOpenAFS" AllowAdvertise="no" Absent="disallow" ConfigurableDirectory="AFSDIR"
4             Description="$(loc.StrAFSProdDesc)" Display="expand" InstallDefault="local" Level="30"
5             Title="OpenAFS">
6            <ComponentRef Id="efl_desktop_INI" />
7
8   <?ifndef BinsOnly ?>
9            <ComponentRef Id="efl_replace_afs_CMD" />
10            <ComponentRef Id="efl_uninstall_EXE" />
11
12            <ComponentRef Id="cmp_Release_Notes_en_US" />
13   <?endif?>
14
15   <?ifndef BinsOnly ?>
16             <Feature Id="feaClient" AllowAdvertise="no" Description="$(loc.StrAFSClientLongDesc)" Display="expand"
17                 InstallDefault="followParent" Level="30" Title="$(loc.StrAFSClientDesc)">
18                 
19                 <Feature Id="feaLoopback" AllowAdvertise="no" Description="$(loc.StrLoopbackLongDesc)"
20                     Display="expand" InstallDefault="followParent" Level="30" Title="$(loc.StrLoopbackDesc)">
21                     <ComponentRef Id="rcm_Loopback"/>
22                 </Feature>
23
24             <Feature Id="feaNetIDMgrPlugin" AllowAdvertise="no" Description="$(loc.StrNIDMPluginLongDesc)"
25                     Display="expand" InstallDefault="followParent" Level="30" Title="$(loc.StrNIDMPluginDesc)">
26                     <ComponentRef Id="_afscreds_plugin" />
27                     <ComponentRef Id="_afscreds_en_us" />
28                     <ComponentRef Id="_afscreds_chm" />
29             <?ifdef DebugSyms?>
30                     <Feature Id="DebugSyms" Title="$(loc.StrNIDMDebugDesc)" InstallDefault="$(var.DebugSymInstallDefault)"
31                         Level="$(var.DebugSymLowLevel)" Display="expand" Description="$(loc.StrNIDMDebugLongDesc)">
32                         <ComponentRef Id="_afscreds_debugsym" />
33                     </Feature>
34             <?endif?>
35             </Feature>
36
37                 <Feature Id="feaKB301673" AllowAdvertise="no" Absent="disallow" Display="hidden" InstallDefault="followParent" Level="0">
38                         <ComponentRef Id="rcm_KB301673" />
39                         <Condition Level="30">VersionNT = 500 And ServicePackLevel &lt; 3</Condition>
40                 </Feature>
41                                 
42                 <Feature Id="feaCredsStartup" AllowAdvertise="no" Display="hidden" InstallDefault="followParent" Level="30">
43                         <ComponentRef Id="cmp_credsStartup" />
44                         <Condition Level="130">CREDSSTARTUP = 0</Condition>
45                 </Feature>
46                                 
47                 <?ifdef DebugSyms?>
48                         <Feature Id="feaClientDebug" AllowAdvertise="no" Description="$(loc.StrAFSClientDebugLongDesc)" Display="expand"
49                                 InstallDefault="$(var.DebugSymInstallDefault)" Level="$(var.DebugSymLowLevel)" Title="$(loc.StrAFSClientDebugDesc)">
50                                 <ComponentRef Id="cmp_ClientProgramDebug" />
51                                 <ComponentRef Id="cmp_CommonCommonDebug" />
52                                 <ComponentRef Id="cmp_ClientCommonDebug" />
53                                 <ComponentRef Id="cmp_ClientSystemDebug" />
54                                 <?include runtime_debug.wxi?>
55                         </Feature>
56                 <?endif?>
57
58                 <ComponentRef Id="rcm_Client" />
59                 <ComponentRef Id="rcm_ClientCacheSize" />
60                 <ComponentRef Id="rcm_ClientCachePath" />
61                 <ComponentRef Id="rcm_StoreAnsiFilenames" />
62
63                 <ComponentRef Id="cmp_CommonDir" />
64
65                 <ComponentRef Id="efl_CellServDB" />
66                 <ComponentRef Id="cpf_CellServDB" />
67                 <ComponentRef Id="cmf_afs_cpa_CPL" />
68
69                 <ComponentRef Id="cmf_afsadminutil_DLL" />
70                 <ComponentRef Id="cmf_afsclientadmin_DLL" />
71                 <ComponentRef Id="cmf_afsvosadmin_DLL" />
72                 <ComponentRef Id="cmf_afsrpc_DLL" />
73                 <ComponentRef Id="cmf_afsauthent2_DLL" />
74                 <ComponentRef Id="cmf_afspthread_DLL" />
75                 <ComponentRef Id="cmf_TaAfsAppLib_DLL" />
76                 <ComponentRef Id="cmf_afsprocmgmt_DLL" />
77                 <ComponentRef Id="cmf_afs_config_EXE" />
78
79                 <ComponentRef Id="cmf_afs_nt_HLP_$(var.Language)"/>
80                 <ComponentRef Id="cmf_TaAfsAppLib_$(var.LanguageCode)_DLL" />
81                 <ComponentRef Id="cmf_afscreds_$(var.LanguageCode)_DLL" />
82                 <ComponentRef Id="cmf_afs_config_$(var.LanguageCode)_DLL" />
83                 <ComponentRef Id="cmf_afs_cpa_$(var.LanguageCode)_DLL" />
84                 <ComponentRef Id="cmf_afs_shl_ext_$(var.LanguageCode)_DLL" />
85
86                 <ComponentRef Id="cmf_instloop_EXE" />
87                 <ComponentRef Id="cmf_afsshare_EXE" />
88                 <ComponentRef Id="cmf_libosi_DLL" />
89                 <ComponentRef Id="cmf_libafsconf_DLL" />
90                 <ComponentRef Id="cmf_klog_EXE" />
91                 <ComponentRef Id="cmf_tokens_EXE" />
92                 <ComponentRef Id="cmf_unlog_EXE" />
93                 <ComponentRef Id="cmf_fs_EXE" />
94                 <ComponentRef Id="cmf_afsdacl_EXE" />
95                 <ComponentRef Id="cmf_afscreds_EXE" />
96                 <ComponentRef Id="cmf_afs_shl_ext_DLL" />
97                 <ComponentRef Id="cmf_afsd_service_EXE" />
98                 <ComponentRef Id="cmf_afslogon_DLL" />
99                 <ComponentRef Id="cmf_afscpcc_EXE" />
100                 <ComponentRef Id="cmf_symlink_EXE" />
101                 <ComponentRef Id="cmf_kpasswd_EXE" />
102                 <ComponentRef Id="cmf_pts_EXE" />
103                 <ComponentRef Id="cmf_bos_EXE" />
104                 <ComponentRef Id="cmf_kas_EXE" />
105                 <ComponentRef Id="cmf_vos_EXE" />
106                 <ComponentRef Id="cmf_udebug_EXE" />
107                 <ComponentRef Id="cmf_translate_et_EXE" />
108                 <ComponentRef Id="cmf_rxdebug_EXE" />
109                 <ComponentRef Id="cmf_backup_EXE" />
110                 <ComponentRef Id="cmf_aklog_EXE" />
111                 <ComponentRef Id="cmf_cmdebug_EXE" />
112                 
113                 <!-- Runtime -->
114                 <?include runtime.wxi?>
115             </Feature>
116             
117             <Feature Id="feaServer" AllowAdvertise="no" Description="$(loc.StrAFSServerLongDesc)" Display="expand"
118                 InstallDefault="followParent" Level="130" Title="$(loc.StrAFSServerDesc)">
119
120                 <ComponentRef Id="rcm_Server" />
121                 <ComponentRef Id="cmp_CommonDir" />
122
123                 <ComponentRef Id="cmf_afsserver_CPL" />
124                 <ComponentRef Id="cmf_afsbosadmin_DLL" />
125                 <ComponentRef Id="cmf_afscfgadmin_DLL" />
126                 <ComponentRef Id="cmf_afsclientadmin_DLL" />
127                 <ComponentRef Id="cmf_afskasadmin_DLL" />
128                 <ComponentRef Id="cmf_afsptsadmin_DLL" />
129                 <ComponentRef Id="cmf_afsvosadmin_DLL" />
130                 <ComponentRef Id="cmf_afsadminutil_DLL" />
131
132                 <ComponentRef Id="cmf_afsrpc_DLL" />
133                 <ComponentRef Id="cmf_afsauthent2_DLL" />
134                 <ComponentRef Id="cmf_afspthread_DLL" />
135                 <ComponentRef Id="cmf_TaAfsAppLib_DLL" />
136                 <ComponentRef Id="cmf_afsprocmgmt_DLL" />
137
138                 <ComponentRef Id="cmf_afseventmsg_$(var.LanguageCode)_DLL" />
139                 <ComponentRef Id="cmf_afsserver_$(var.LanguageCode)_DLL" />
140                 <ComponentRef Id="cmf_afssvrcfg_$(var.LanguageCode)_DLL" />
141                 <ComponentRef Id="cmf_TaAfsAppLib_$(var.LanguageCode)_DLL" />
142                 <ComponentRef Id="cmf_afs_nt_HLP_$(var.Language)" />
143                 <ComponentRef Id="cmp_Lang_$(var.Language)" />
144             
145                 <ComponentRef Id="cmf_vlserver_EXE" />
146                 <ComponentRef Id="cmf_volinfo_EXE" />
147                 <ComponentRef Id="cmf_volserver_EXE" />
148                 <ComponentRef Id="cmf_afskill_EXE" />
149                 <ComponentRef Id="cmf_afssvrcfg_EXE" />
150                 <ComponentRef Id="cmf_asetkey_EXE" />
151                 <ComponentRef Id="cmf_bosctlsvc_EXE" />
152                 <ComponentRef Id="cmf_bosserver_EXE" />
153                 <ComponentRef Id="cmf_buserver_EXE" />
154                 <ComponentRef Id="cmf_fileserver_EXE" />
155                 <ComponentRef Id="cmf_fms_EXE" />
156                 <ComponentRef Id="cmf_butc_EXE" />
157                 <ComponentRef Id="cmf_kaserver_EXE" />
158                 <ComponentRef Id="cmf_ptserver_EXE" />
159                 <ComponentRef Id="cmf_ptclient_EXE" />
160                 <ComponentRef Id="cmf_pt_util_EXE" />
161                 <ComponentRef Id="cmf_salvager_EXE" />
162                 <ComponentRef Id="cmf_upclient_EXE" />
163                 <ComponentRef Id="cmf_upserver_EXE" />
164                 <ComponentRef Id="cmp_Server_Program" />
165
166             <?ifdef DebugSyms?>
167                                 <Feature Id="feaServerDebug" AllowAdvertise="no" Description="$(loc.StrAFSServerDebugLongDesc)" Display="expand"
168                                         InstallDefault="$(var.DebugSymInstallDefault)" Level="$(var.DebugSymHighLevel)" Title="$(loc.StrAFSServerDebugDesc)">
169                                         <ComponentRef Id="cmp_Server_Program_Debug" />
170                                         <ComponentRef Id="cmp_ServerCommonDebug" />
171                                         <ComponentRef Id="cmp_CommonCommonDebug" />
172                                         <?include runtime_debug.wxi?>
173                 </Feature>
174             <?endif?>
175
176                 <!-- Runtime -->
177                 <?include runtime.wxi?>
178             </Feature>
179             <Feature Id="feaControlCenter" AllowAdvertise="no" Description="$(loc.StrAFSCCLongDesc)"
180                 Display="expand" InstallDefault="followParent" Level="130" Title="$(loc.StrAFSCCDesc)">
181                 
182                 <ComponentRef Id="rcm_Control_Center" />
183                 <ComponentRef Id="cmp_CommonDir" />
184                 
185                 <ComponentRef Id="cmf_afs_cpa_CPL" />
186                 <ComponentRef Id="cmf_afsbosadmin_DLL" />
187                 <ComponentRef Id="cmf_afscfgadmin_DLL" />
188                 <ComponentRef Id="cmf_afsclientadmin_DLL" />
189                 <ComponentRef Id="cmf_afskasadmin_DLL" />
190                 <ComponentRef Id="cmf_afsptsadmin_DLL" />
191                 <ComponentRef Id="cmf_afsvosadmin_DLL" />
192                 <ComponentRef Id="cmf_afsadminutil_DLL" />
193                 <ComponentRef Id="cmf_afsrpc_DLL" />
194                 <ComponentRef Id="cmf_afsauthent2_DLL" />
195                 <ComponentRef Id="cmf_afspthread_DLL" />
196                 <ComponentRef Id="cmf_TaAfsAppLib_DLL" />
197                 <ComponentRef Id="cmf_afsprocmgmt_DLL" />
198                 <ComponentRef Id="cmf_afs_config_EXE" />
199                                 <ComponentRef Id="cmf_TaAfsServerManager_EXE" />
200                                 <ComponentRef Id="cmf_TaAfsAdmSvr_EXE" />
201                                 <ComponentRef Id="cmf_TaAfsAccountManager_EXE" />
202
203                 <ComponentRef Id="cmf_afseventmsg_$(var.LanguageCode)_DLL" />
204                 <ComponentRef Id="cmf_afsserver_$(var.LanguageCode)_DLL" />
205                 <ComponentRef Id="cmf_afssvrcfg_$(var.LanguageCode)_DLL" />
206                 <ComponentRef Id="cmf_TaAfsAccountManager_$(var.LanguageCode)_DLL" />
207                 <ComponentRef Id="cmf_TaAfsAppLib_$(var.LanguageCode)_DLL" />
208                 <ComponentRef Id="cmf_TaAfsServerManager_$(var.LanguageCode)_DLL" />
209                 <ComponentRef Id="cmf_afscreds_$(var.LanguageCode)_DLL" />
210                 <ComponentRef Id="cmf_afs_config_$(var.LanguageCode)_DLL" />
211                 <ComponentRef Id="cmf_afs_cpa_$(var.LanguageCode)_DLL" />
212                 <ComponentRef Id="cmf_afs_shl_ext_$(var.LanguageCode)_DLL" />
213                 <ComponentRef Id="cmf_afs_nt_HLP_$(var.Language)" />
214                 <ComponentRef Id="cmp_Lang_$(var.Language)" />
215
216             <?ifdef DebugSyms?>
217                                 <Feature Id="feaControlCenterDebug" AllowAdvertise="no" Description="$(loc.StrAFSCCDebugLongDesc)"
218                                         Display="expand" InstallDefault="$(var.DebugSymInstallDefault)" Level="$(var.DebugSymHighLevel)" Title="$(loc.StrAFSCCDebugDesc)">
219                                         <ComponentRef Id="cmp_Control_CenterDebug" />
220                                         <ComponentRef Id="cmp_ServerCommonDebug" />
221                                         <ComponentRef Id="cmp_CommonCommonDebug" />
222                                         <ComponentRef Id="cmp_ClientCommonDebug" />
223                                         <?include runtime_debug.wxi?>
224                                 </Feature>
225             <?endif?>
226             
227                 <!-- Runtime -->
228                 <?include runtime.wxi?>
229             </Feature>
230             <Feature Id="feaSDK" AllowAdvertise="no" Description="$(loc.StrAFSSDKLongDesc)" Display="expand"
231                 InstallDefault="followParent" Level="130" Title="$(loc.StrAFSSDKDesc)">
232
233                                 <ComponentRef Id="rcm_SDK" />
234
235                                 <ComponentRef Id="cmp_SDK_Sample" />
236                                 <ComponentRef Id="cmp_SDK_Include" />
237                                 <ComponentRef Id="cmp_SDK_Include_afs" />
238                                 <ComponentRef Id="cmp_SDK_Include_rx" />
239                                 <ComponentRef Id="cmp_SDK_Include_Winnt" />
240                                 <ComponentRef Id="cmp_SDK_Lib" />
241                                 <ComponentRef Id="cmp_SDK_Lib_Afs" />
242                 <?ifdef CygwinArchives ?>
243                 <ComponentRef Id="cmp_SDK_Lib_Cygwin" />
244                 <ComponentRef Id="cmp_SDK_Lib_Afs_Cygwin" />
245                 <?endif?>
246
247                         <?ifdef DebugSyms?>
248                                 <Feature Id="feaSDKDebug" AllowAdvertise="no" Description="$(loc.StrAFSSDKDebugLongDesc)" Display="expand"
249                                         InstallDefault="$(var.DebugSymInstallDefault)" Level="$(var.DebugSymHighLevel)" Title="$(loc.StrAFSSDKDebugDesc)">
250                                         <?include runtime_debug.wxi?>
251                                 </Feature>
252                         <?endif?>
253                 <!-- Runtime -->
254                 <?include runtime.wxi?>
255             </Feature>
256             
257             <Feature Id="feaDocumentation" AllowAdvertise="no" Description="$(loc.StrAFSDocLongDesc)"
258                 Display="expand" InstallDefault="followParent" Level="130" Title="$(loc.StrAFSDocDesc)">
259
260                 <ComponentRef Id="rcm_Documentation" />
261                 <ComponentRef Id="cmp_Cmd_Ref_en_US" />
262                 <ComponentRef Id="cmp_Cmd_Ref_1_en_US" />
263                 <ComponentRef Id="cmp_Cmd_Ref_5_en_US" />
264                 <ComponentRef Id="cmp_Cmd_Ref_8_en_US" />
265                 <ComponentRef Id="cmp_Sys_Admin_Guide_en_US" />
266                 <ComponentRef Id="cmp_User_Guide_en_US" />
267
268                 <ComponentRef Id="cmf_afs_nt_HLP_en_US" />
269                 <ComponentRef Id="cmp_Lang_en_US" />
270                 
271             </Feature>
272   <?else?>
273             <Feature Id="feaBinaries" AllowAdvertise="no" Description="$(loc.StrBinsOnlyLongDesc)"
274                 Display="expand" InstallDefault="followParent" Level="100" Title="$(loc.StrBinsOnlyDesc)">
275
276                 <?ifdef DebugSyms?>
277                         <Feature Id="feaClientDebug" AllowAdvertise="no" Description="$(loc.StrAFSClientDebugLongDesc)" Display="expand"
278                                 InstallDefault="$(var.DebugSymInstallDefault)" Level="$(var.DebugSymLowLevel)" Title="$(loc.StrAFSClientDebugDesc)">
279                     <ComponentRef Id="cmp_ClientProgramDebug" />
280                     <ComponentRef Id="cmp_CommonCommonDebug" />
281                     <?include runtime_debug.wxi?>
282                                 </Feature>
283                         <?endif?>
284
285             <Feature Id="feaNetIDMgrPlugin" AllowAdvertise="no" Description="$(loc.StrNIDMPluginLongDesc)"
286                     Display="expand" InstallDefault="followParent" Level="30" Title="$(loc.StrNIDMPluginDesc)">
287                     <ComponentRef Id="_afscreds_plugin" />
288                     <ComponentRef Id="_afscreds_en_us" />
289                     <ComponentRef Id="_afscreds_chm" />
290             <?ifdef DebugSyms?>
291                     <Feature Id="DebugSyms" Title="$(loc.StrNIDMDebugDesc)" InstallDefault="$(var.DebugSymInstallDefault)"
292                         Level="$(var.DebugSymLowLevel)" Display="expand" Description="$(loc.StrNIDMDebugLongDesc)">
293                         <ComponentRef Id="_afscreds_debugsym" />
294                     </Feature>
295             <?endif?>
296             </Feature>
297
298                 <ComponentRef Id="cmp_CommonDir" />
299
300                 <ComponentRef Id="cmf_afsrpc_DLL" />
301                 <ComponentRef Id="cmf_afsadminutil_DLL" />
302                 <ComponentRef Id="cmf_afsclientadmin_DLL" />
303                 <ComponentRef Id="cmf_afsvosadmin_DLL" />
304                 <ComponentRef Id="cmf_afsauthent2_DLL" />
305                 <ComponentRef Id="cmf_afspthread_DLL" />
306                 <ComponentRef Id="cmf_TaAfsAppLib_DLL" />
307                 <ComponentRef Id="cmf_afsprocmgmt_DLL" />
308
309                 <ComponentRef Id="cmf_instloop_EXE" />
310                 <ComponentRef Id="cmf_afsshare_EXE" />
311                 <ComponentRef Id="cmf_libosi_DLL" />
312                 <ComponentRef Id="cmf_libafsconf_DLL" />
313                 <ComponentRef Id="cmf_klog_EXE" />
314                 <ComponentRef Id="cmf_tokens_EXE" />
315                 <ComponentRef Id="cmf_unlog_EXE" />
316                 <ComponentRef Id="cmf_fs_EXE" />
317                 <ComponentRef Id="cmf_afsdacl_EXE" />
318                 <ComponentRef Id="cmf_symlink_EXE" />
319                 <ComponentRef Id="cmf_kpasswd_EXE" />
320                 <ComponentRef Id="cmf_pts_EXE" />
321                 <ComponentRef Id="cmf_bos_EXE" />
322                 <ComponentRef Id="cmf_kas_EXE" />
323                 <ComponentRef Id="cmf_vos_EXE" />
324                 <ComponentRef Id="cmf_udebug_EXE" />
325                 <ComponentRef Id="cmf_translate_et_EXE" />
326                 <ComponentRef Id="cmf_rxdebug_EXE" />
327                 <ComponentRef Id="cmf_backup_EXE" />
328                 <ComponentRef Id="cmf_afs_shl_ext_DLL" />
329                 <ComponentRef Id="cmf_afs_shl_ext_$(var.LanguageCode)_DLL" />
330
331                 <ComponentRef Id="rcm_BinsOnly_Parm" />
332                 <ComponentRef Id="cmf_aklog_EXE" />
333                 <ComponentRef Id="cmf_cmdebug_EXE" />
334                 
335                 <!-- Runtime -->
336                 <?include runtime.wxi?>
337
338             </Feature>
339   <?endif?>
340         </Feature>
341 </Include>