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