summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix/features.wxi
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2004-09-13 01:48:56 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2004-09-13 01:48:56 +0000
commit6740034a5414eba31e6ea5cd1bca2f768750d389 (patch)
tree8150e04ac8034d0fe68a1187014b4ef04783e7dd /src/windows/installer/wix/features.wxi
parent6637e122a389115ac30270c39ae68ecfd798088d (diff)
downloadkrb5-6740034a5414eba31e6ea5cd1bca2f768750d389.tar.gz
krb5-6740034a5414eba31e6ea5cd1bca2f768750d389.tar.xz
krb5-6740034a5414eba31e6ea5cd1bca2f768750d389.zip
Updates to WiX to satisfy the needs of MIT SWRT
ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16743 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/installer/wix/features.wxi')
-rw-r--r--src/windows/installer/wix/features.wxi38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/windows/installer/wix/features.wxi b/src/windows/installer/wix/features.wxi
index aaece45a43..a5a195b888 100644
--- a/src/windows/installer/wix/features.wxi
+++ b/src/windows/installer/wix/features.wxi
@@ -61,12 +61,50 @@
<ComponentRef Id="cmf_krbcc32s_exe" />
<ComponentRef Id="cmf_krbv4w32_dll" />
<ComponentRef Id="cmf_leash32_exe" />
+
+ <!-- Leash config options -->
+ <ComponentRef Id="rcm_leash_1" />
+ <ComponentRef Id="rcm_leash_2" />
+ <ComponentRef Id="rcm_leash_3" />
+ <ComponentRef Id="rcm_leash_5" />
+ <ComponentRef Id="rcm_leash_6" />
+
+ <!-- Kerberos IV options -->
+ <ComponentRef Id="rcm_krb4_1" />
+ <ComponentRef Id="rcm_krb4_2" />
+ <ComponentRef Id="rcm_krb4_3" />
+ <ComponentRef Id="rcm_krb4_4" />
+
+ <!-- Kerberos V options -->
+ <ComponentRef Id="rcm_krb5_1" />
+ <ComponentRef Id="rcm_krb5_2" />
+ <ComponentRef Id="rcm_krb5_3" />
+
<?ifdef OldHelp?>
<ComponentRef Id="cmf_leash32_hlp" />
<?else?>
<ComponentRef Id="cmf_leash32_chm" />
<?endif?>
<ComponentRef Id="cmf_leashw32_dll" />
+
+ <!-- Leash dll options -->
+ <ComponentRef Id="rcm_leashdll_1" />
+ <ComponentRef Id="rcm_leashdll_2" />
+ <ComponentRef Id="rcm_leashdll_3" />
+ <ComponentRef Id="rcm_leashdll_4" />
+ <ComponentRef Id="rcm_leashdll_5" />
+ <ComponentRef Id="rcm_leashdll_6" />
+ <ComponentRef Id="rcm_leashdll_7" />
+ <ComponentRef Id="rcm_leashdll_8" />
+ <ComponentRef Id="rcm_leashdll_9" />
+ <ComponentRef Id="rcm_leashdll_10" />
+ <ComponentRef Id="rcm_leashdll_11" />
+ <ComponentRef Id="rcm_leashdll_12" />
+ <ComponentRef Id="rcm_leashdll_13" />
+ <ComponentRef Id="rcm_leashdll_15" />
+ <ComponentRef Id="rcm_leashdll_16" />
+ <ComponentRef Id="rcm_leashdll_17" />
+
<ComponentRef Id="cmf_ms2mit_exe" />
<ComponentRef Id="cmf_wshelp32_dll" />
<ComponentRef Id="cmf_xpprof32_dll" />