summaryrefslogtreecommitdiffstats
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.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" />