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