From 7f73cad3f08eadaa38299d004ac721cea74a0658 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Fri, 29 Jun 2012 15:15:08 -0400 Subject: KfW make 64-bit MSI include 32-bit dlls Signed-off-by: Kevin Wasserman ticket: 7293 (new) queue: kfw target_version: 1.10.4 tags: pullup --- src/windows/installer/wix/features.wxi | 10 +++++ src/windows/installer/wix/files.wxi | 30 +++++++++++++- src/windows/installer/wix/platform.wxi | 71 +++++++++++++++++----------------- 3 files changed, 74 insertions(+), 37 deletions(-) (limited to 'src/windows/installer') 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 @@ + + + + + + + + + + diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index 63339baaf9..abcb3ec7c7 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -292,8 +292,34 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/windows/installer/wix/platform.wxi b/src/windows/installer/wix/platform.wxi index fb7f37f6a1..105138633c 100644 --- a/src/windows/installer/wix/platform.wxi +++ b/src/windows/installer/wix/platform.wxi @@ -1,7 +1,24 @@ - + + + + + + + + + + + + + + + + + + @@ -12,16 +29,16 @@ - - + + - - + + - - + + @@ -30,14 +47,14 @@ - - - - + + + + - - + + @@ -53,8 +70,8 @@ - - + + @@ -74,10 +91,10 @@ - - - - + + + + @@ -97,13 +114,9 @@ - - - - @@ -115,14 +128,8 @@ - - - - - - @@ -138,8 +145,6 @@ - - @@ -159,10 +164,6 @@ - - - - -- cgit