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