From e34d9b3462c3415bd84ddfbe15b50a99cbc503c9 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Mon, 12 Dec 2011 20:44:59 +0000 Subject: [PATCH] kfw installer: use MSVC 2010 merge modules Signed-off-by: Kevin Wasserman ticket: 7050 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25547 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/installer/wix/config.wxi | 15 ++--- src/windows/installer/wix/files.wxi | 70 +++++++++------------ src/windows/installer/wix/runtime.wxi | 90 ++------------------------- 3 files changed, 37 insertions(+), 138 deletions(-) diff --git a/src/windows/installer/wix/config.wxi b/src/windows/installer/wix/config.wxi index 813e1259f..3bb1cc95c 100644 --- a/src/windows/installer/wix/config.wxi +++ b/src/windows/installer/wix/config.wxi @@ -30,15 +30,9 @@ - + + + @@ -46,12 +40,11 @@ + - - diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index b73a2fd77..200d24f15 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -786,47 +786,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/windows/installer/wix/runtime.wxi b/src/windows/installer/wix/runtime.wxi index 7b09fea2c..a5f2163b0 100644 --- a/src/windows/installer/wix/runtime.wxi +++ b/src/windows/installer/wix/runtime.wxi @@ -1,90 +1,8 @@  - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- 2.26.2