summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix/features.wxi
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2006-08-23 02:28:05 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2006-08-23 02:28:05 +0000
commit1ceb4a716e925179488806856d238704540a7a5a (patch)
tree1f8e30d5aab0767093efbefc03a9457be97f39f9 /src/windows/installer/wix/features.wxi
parentab8a52bf085d13537d1c39f04139c10254e15b2b (diff)
downloadkrb5-1ceb4a716e925179488806856d238704540a7a5a.tar.gz
krb5-1ceb4a716e925179488806856d238704540a7a5a.tar.xz
krb5-1ceb4a716e925179488806856d238704540a7a5a.zip
* install NetIDMgr plug-in sample as part of SDK
* install netidmgr.exe (win2000 version) ticket: 4172 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18498 dc483132-0cff-0310-8789-dd5450dbe970
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 a5cebbe1c6..72480a94cc 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 -->