summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix/features.wxi
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2011-12-12 20:46:16 +0000
committerTom Yu <tlyu@mit.edu>2011-12-12 20:46:16 +0000
commit8c6030f1d6f8531563297d984848b46b9ede86bf (patch)
tree0f2f8ba91f5f6c2e1468ff5ba0902c9bc065282d /src/windows/installer/wix/features.wxi
parentc87cdba059aa8504ce3e03ce41637298e305edc2 (diff)
downloadkrb5-8c6030f1d6f8531563297d984848b46b9ede86bf.tar.gz
krb5-8c6030f1d6f8531563297d984848b46b9ede86bf.tar.xz
krb5-8c6030f1d6f8531563297d984848b46b9ede86bf.zip
kfw: rename leash32/64.exe to simply leash.exe
Also install leash.exe in 64 bit installer. ticket: 7050 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25568 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/installer/wix/features.wxi')
-rw-r--r--src/windows/installer/wix/features.wxi6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/windows/installer/wix/features.wxi b/src/windows/installer/wix/features.wxi
index 2e0f65f07e..788f863c03 100644
--- a/src/windows/installer/wix/features.wxi
+++ b/src/windows/installer/wix/features.wxi
@@ -79,10 +79,8 @@
<ComponentRef Id="cmf_leashw32_dll" />
- <?if $(var.Platform) = "Intel" ?>
- <ComponentRef Id="cmf_leash32_exe" />
+ <ComponentRef Id="cmf_leash_exe" />
<!-- <ComponentRef Id="csc_leash32_exe" /> -->
- <?endif?>
<ComponentRef Id="cmf_kfwlogon_DLL" />
<ComponentRef Id="cmf_kfwcpcc_EXE" />
@@ -91,7 +89,6 @@
<ComponentRef Id="rcm_krb5_2" />
<ComponentRef Id="rcm_krb5_3" />
- <?if $(var.Platform) = "Intel" ?>
<!-- Leash config options -->
<ComponentRef Id="rcm_leash_1" />
<ComponentRef Id="rcm_leash_2" />
@@ -104,7 +101,6 @@
<?else?>
<ComponentRef Id="cmf_leash32_chm" />
<?endif?> -->
- <?endif?>
<!-- Leash dll options -->
<ComponentRef Id="rcm_leashdll_1" />