summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix/features.wxi
diff options
context:
space:
mode:
authorKevin Wasserman <kevin.wasserman@painless-security.com>2012-06-29 15:15:08 -0400
committerBen Kaduk <kaduk@mit.edu>2012-08-27 19:27:23 -0400
commit7f73cad3f08eadaa38299d004ac721cea74a0658 (patch)
treeb989bdb56215618d632ca4481607ff184951d0ad /src/windows/installer/wix/features.wxi
parente2b8ec99dd4a898d29eab8f5ed19f03b238fef0f (diff)
downloadkrb5-7f73cad3f08eadaa38299d004ac721cea74a0658.tar.gz
krb5-7f73cad3f08eadaa38299d004ac721cea74a0658.tar.xz
krb5-7f73cad3f08eadaa38299d004ac721cea74a0658.zip
KfW make 64-bit MSI include 32-bit dlls
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com> ticket: 7293 (new) queue: kfw target_version: 1.10.4 tags: pullup
Diffstat (limited to 'src/windows/installer/wix/features.wxi')
-rw-r--r--src/windows/installer/wix/features.wxi10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/windows/installer/wix/features.wxi b/src/windows/installer/wix/features.wxi
index 4fd1d06012..b9406dec8d 100644
--- a/src/windows/installer/wix/features.wxi
+++ b/src/windows/installer/wix/features.wxi
@@ -55,6 +55,16 @@
<?include runtime_debug.wxi?>
</Feature>
<?endif?>
+ <?if $(var.Platform)="x64"?>
+ <ComponentRef Id="cmf_comerr64_dll" />
+ <ComponentRef Id="cmf_gssapi64_dll" />
+ <ComponentRef Id="cmf_k5sprt64_dll" />
+ <ComponentRef Id="cmf_krb5_64_dll" />
+ <ComponentRef Id="cmf_krbcc64_dll" />
+ <ComponentRef Id="cmf_leashw64_dll" />
+ <ComponentRef Id="cmf_wshelp64_dll" />
+ <ComponentRef Id="cmf_xpprof64_dll" />
+ <?endif?>
<ComponentRef Id="cmf_comerr32_dll" />
<ComponentRef Id="cmf_gss_client_exe" />