From 03b2650337de03e2cd54896c2e86b0f76e1491fe Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Wed, 26 Jun 2013 15:11:37 -0400 Subject: WiX support for building with VS 2012 The merge modules need to reference VC110 paths. Use a variable for VC100 versus VC110 so that we don't copy a lot of boilerplate around. ticket: 7666 (new) queue: kfw tags: pullup target_version: 1.11.4 --- src/windows/installer/wix/config.wxi | 7 +++++++ src/windows/installer/wix/files.wxi | 36 +++++++++++++++++------------------ src/windows/installer/wix/runtime.wxi | 20 +++++++++---------- 3 files changed, 35 insertions(+), 28 deletions(-) (limited to 'src') diff --git a/src/windows/installer/wix/config.wxi b/src/windows/installer/wix/config.wxi index afafd3563..8922d7a1b 100644 --- a/src/windows/installer/wix/config.wxi +++ b/src/windows/installer/wix/config.wxi @@ -50,6 +50,13 @@ + + + + + + + diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index cf07d176c..02cb83015 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -591,29 +591,29 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - - + + + - - - + + + diff --git a/src/windows/installer/wix/runtime.wxi b/src/windows/installer/wix/runtime.wxi index 23a47a244..ff86e3f54 100644 --- a/src/windows/installer/wix/runtime.wxi +++ b/src/windows/installer/wix/runtime.wxi @@ -2,16 +2,16 @@ - - - - - - + + + + + + - - - + + + - \ No newline at end of file + -- cgit