From 8c6030f1d6f8531563297d984848b46b9ede86bf Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Mon, 12 Dec 2011 20:46:16 +0000 Subject: 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 --- src/windows/installer/wix/features.wxi | 6 +----- src/windows/installer/wix/files.wxi | 10 ++++------ src/windows/installer/wix/platform.wxi | 10 +++++----- 3 files changed, 10 insertions(+), 16 deletions(-) (limited to 'src/windows/installer') 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 @@ - - + - @@ -91,7 +89,6 @@ - @@ -104,7 +101,6 @@ --> - diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index 9bccfe7a9e..6b75a55de3 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -145,11 +145,10 @@ - - - - - + + + + @@ -201,7 +200,6 @@ --> - diff --git a/src/windows/installer/wix/platform.wxi b/src/windows/installer/wix/platform.wxi index ab7d0f5d78..fb7f37f6a1 100644 --- a/src/windows/installer/wix/platform.wxi +++ b/src/windows/installer/wix/platform.wxi @@ -38,12 +38,12 @@ - + - - + + @@ -127,8 +127,8 @@ - - + + -- cgit