From 1774a3a4ee812fbb02a2df1329eb6ad781edc58e Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Mon, 10 Mar 2014 19:31:14 +0000 Subject: [PATCH] fixed: msi attempts to kill everything using synwinhk.dll (we should let the service handle this problem). fixed: msi missing dependencies, ms crt (vc redist) and qt libraries. --- src/setup/win32/Include.wxi | 5 ++- src/setup/win32/Product.wxs | 68 ++++++++++++++++++++++++++----------- 2 files changed, 52 insertions(+), 21 deletions(-) diff --git a/src/setup/win32/Include.wxi b/src/setup/win32/Include.wxi index 457a19fc..de253db3 100644 --- a/src/setup/win32/Include.wxi +++ b/src/setup/win32/Include.wxi @@ -6,15 +6,18 @@ + - + + + diff --git a/src/setup/win32/Product.wxs b/src/setup/win32/Product.wxs index 7b32b6e7..a32c0028 100644 --- a/src/setup/win32/Product.wxs +++ b/src/setup/win32/Product.wxs @@ -1,16 +1,24 @@ - + + - - - - + + + + + @@ -21,6 +29,7 @@ + - + NOT LEGACY_UNINSTALL_EXISTS - + NOT Installed + + + + + + + + - + + + @@ -55,41 +74,50 @@ - - + + + + + - - - + - + + - - - + + + - + + + + + + + +