windows-wix-install-20050925
[openafs.git] / src / WINNT / install / wix / feature.wxi
index cb35995..b5af2e5 100644 (file)
@@ -3,6 +3,16 @@
         <Feature Id="feaOpenAFS" AllowAdvertise="no" Absent="disallow" ConfigurableDirectory="AFSDIR"
             Description="$(loc.StrAFSProdDesc)" Display="expand" InstallDefault="local" Level="30"
             Title="OpenAFS">
+           <ComponentRef Id="efl_desktop_INI" />
+           <ComponentRef Id="efl_replace_afs_CMD" />
+           <ComponentRef Id="efl_uninstall_EXE" />
+
+           <ComponentRef Id="cmp_Release_Notes_en_US" />
+           <ComponentRef Id="cmp_relnotes_files_en_US"/>
+           <ComponentRef Id="cmf_index2_HTM_en_US" />
+           <ComponentRef Id="cmp_index_files_en_US" />
+           <ComponentRef Id="cmp_logo_files_en_US" />
+
             <Feature Id="feaClient" AllowAdvertise="no" Description="$(loc.StrAFSClientLongDesc)" Display="expand"
                 InstallDefault="followParent" Level="30" Title="$(loc.StrAFSClientDesc)">
                 
@@ -65,6 +75,7 @@
                 <ComponentRef Id="cmf_tokens_EXE" />
                 <ComponentRef Id="cmf_unlog_EXE" />
                 <ComponentRef Id="cmf_fs_EXE" />
+                <ComponentRef Id="cmf_afsdacl_EXE" />
                 <ComponentRef Id="cmf_afscreds_EXE" />
                 <ComponentRef Id="cmf_afs_shl_ext_DLL" />
                 <ComponentRef Id="cmf_afsd_service_EXE" />
@@ -80,6 +91,7 @@
                 <ComponentRef Id="cmf_rxdebug_EXE" />
                 <ComponentRef Id="cmf_backup_EXE" />
                 <ComponentRef Id="cmf_aklog_EXE" />
+                <ComponentRef Id="cmf_cmdebug_EXE" />
                 
                 <!-- Runtime -->
                 <?include runtime.wxi?>
                 <ComponentRef Id="cmf_volserver_EXE" />
                 <ComponentRef Id="cmf_afskill_EXE" />
                 <ComponentRef Id="cmf_afssvrcfg_EXE" />
+                <ComponentRef Id="cmf_asetkey_EXE" />
                 <ComponentRef Id="cmf_bosctlsvc_EXE" />
                 <ComponentRef Id="cmf_bosserver_EXE" />
                 <ComponentRef Id="cmf_buserver_EXE" />
                                <ComponentRef Id="rcm_Documentation" />
                 
                 <ComponentRef Id="efl_Readme_TXT_$(var.Language)" />                
-                <ComponentRef Id="cmf_index2_HTM_en_US" />
-                               <ComponentRef Id="efl_DocHtml_en_US" />
-                               <ComponentRef Id="cmp_Cmd_Ref_en_US" />
-                               <ComponentRef Id="cmp_Install_Guide_en_US" />
-                               <ComponentRef Id="cmp_Sys_Admin_Guide_en_US" />
-                               <ComponentRef Id="cmp_Release_Notes_en_US" />
-                               <ComponentRef Id="cmf_afs_nt_HLP_en_US" />
-                               <ComponentRef Id="cmp_Lang_en_US" />
-                               
+                <ComponentRef Id="efl_DocHtml_en_US" />
+                <ComponentRef Id="cmp_Cmd_Ref_en_US" />
+                <ComponentRef Id="cmp_Install_Guide_en_US" />
+                <ComponentRef Id="cmp_Sys_Admin_Guide_en_US" />
+
+                <ComponentRef Id="cmf_afs_nt_HLP_en_US" />
+                <ComponentRef Id="cmp_Lang_en_US" />
+               
             </Feature>
         </Feature>
 </Include>