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