aboutsummaryrefslogtreecommitdiff
path: root/src/windows/installer/wix/features.wxi
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/installer/wix/features.wxi')
-rw-r--r--src/windows/installer/wix/features.wxi5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/windows/installer/wix/features.wxi b/src/windows/installer/wix/features.wxi
index a5cebbe..72480a9 100644
--- a/src/windows/installer/wix/features.wxi
+++ b/src/windows/installer/wix/features.wxi
@@ -80,11 +80,13 @@
<ComponentRef Id="cmf_krbv4w32_dll" />
<ComponentRef Id="cmf_nidmgr32_dll" />
+ <ComponentRef Id="cmf_nidmgr32_dll_w2k" />
<ComponentRef Id="cmf_krb5cred_dll" />
<ComponentRef Id="cmf_krb5cred_en_us_dll" />
<ComponentRef Id="cmf_krb4cred_dll" />
<ComponentRef Id="cmf_krb4cred_en_us_dll" />
<ComponentRef Id="cmf_netidmgr_exe" />
+ <ComponentRef Id="cmf_netidmgr_exe_w2k" />
<ComponentRef Id="cmf_kfwlogon_DLL" />
<ComponentRef Id="cmf_kfwcpcc_EXE" />
@@ -252,6 +254,9 @@
<ComponentRef Id="cmp_dirinstall_wix_lang" />
<ComponentRef Id="cmp_dirinstall_wix_Binary" />
<ComponentRef Id="cmp_dirinstall_wix_custom" />
+ <ComponentRef Id="cmp_credprov_files" />
+ <ComponentRef Id="cmp_credprov_images_files" />
+ <ComponentRef Id="cmp_credprov_en_us_files" />
<ComponentRef Id="rcm_common" />
<ComponentRef Id="rcm_sdk" />
</Feature> <!-- /feaKfwSDK -->