From 174043e6f961c5c63fb89a1995b469f03be7894d Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 2 Sep 2020 17:41:20 -0400 Subject: Fix Condition authoring. --- global.json | 2 +- src/wixlib/NetFx4.5.wxs | 8 +++----- src/wixlib/NetFx4.wxs | 12 +++++------- src/wixlib/NetFx451.wxs | 8 +++----- src/wixlib/NetFx452.wxs | 8 +++----- src/wixlib/NetFx46.wxs | 8 +++----- src/wixlib/NetFx461.wxs | 8 +++----- src/wixlib/NetFx462.wxs | 8 +++----- src/wixlib/NetFx47.wxs | 4 +--- src/wixlib/NetFx471.wxs | 4 +--- src/wixlib/NetFx472.wxs | 8 +++----- src/wixlib/NetFx48.wxs | 8 +++----- src/wixlib/NetFxExtension_Platform.wxi | 8 ++++---- src/wixlib/caDecor.wxi | 21 ++++++++++----------- src/wixlib/netfx.wixproj | 2 +- 15 files changed, 47 insertions(+), 70 deletions(-) diff --git a/global.json b/global.json index 7a995d0a..1ba230a5 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "WixToolset.Sdk": "4.0.0-build-0143" + "WixToolset.Sdk": "4.0.0-build-0154" } } diff --git a/src/wixlib/NetFx4.5.wxs b/src/wixlib/NetFx4.5.wxs index d2ee09cd..ace065e2 100644 --- a/src/wixlib/NetFx4.5.wxs +++ b/src/wixlib/NetFx4.5.wxs @@ -24,9 +24,7 @@ - - WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx45MinRelease)" - + @@ -40,7 +38,7 @@ - + @@ -81,7 +79,7 @@ - + diff --git a/src/wixlib/NetFx4.wxs b/src/wixlib/NetFx4.wxs index cad4a31c..047915b9 100644 --- a/src/wixlib/NetFx4.wxs +++ b/src/wixlib/NetFx4.wxs @@ -27,9 +27,7 @@ - - NETFRAMEWORK40FULL - + @@ -43,7 +41,7 @@ - + - + - + - + - - WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx451MinRelease)" - + - + @@ -71,7 +69,7 @@ - + diff --git a/src/wixlib/NetFx452.wxs b/src/wixlib/NetFx452.wxs index 260f8ab1..8dbdd9b3 100644 --- a/src/wixlib/NetFx452.wxs +++ b/src/wixlib/NetFx452.wxs @@ -23,13 +23,11 @@ - - WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx452MinRelease)" - + - + @@ -69,7 +67,7 @@ - + diff --git a/src/wixlib/NetFx46.wxs b/src/wixlib/NetFx46.wxs index a874ed95..5c875d09 100644 --- a/src/wixlib/NetFx46.wxs +++ b/src/wixlib/NetFx46.wxs @@ -24,13 +24,11 @@ - - WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx46MinRelease)" - + - + @@ -71,7 +69,7 @@ - + diff --git a/src/wixlib/NetFx461.wxs b/src/wixlib/NetFx461.wxs index 52231a40..ec5a405c 100644 --- a/src/wixlib/NetFx461.wxs +++ b/src/wixlib/NetFx461.wxs @@ -23,13 +23,11 @@ - - WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx461MinRelease)" - + - + @@ -70,7 +68,7 @@ - + diff --git a/src/wixlib/NetFx462.wxs b/src/wixlib/NetFx462.wxs index e8628b15..fc3aa158 100644 --- a/src/wixlib/NetFx462.wxs +++ b/src/wixlib/NetFx462.wxs @@ -23,13 +23,11 @@ - - WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx462MinRelease)" - + - + @@ -70,7 +68,7 @@ - + diff --git a/src/wixlib/NetFx47.wxs b/src/wixlib/NetFx47.wxs index 2f4966ad..97f31500 100644 --- a/src/wixlib/NetFx47.wxs +++ b/src/wixlib/NetFx47.wxs @@ -18,8 +18,6 @@ - - WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx47MinRelease)" - + diff --git a/src/wixlib/NetFx471.wxs b/src/wixlib/NetFx471.wxs index 3fd99aa3..b5d2c659 100644 --- a/src/wixlib/NetFx471.wxs +++ b/src/wixlib/NetFx471.wxs @@ -18,8 +18,6 @@ - - WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx471MinRelease)" - + diff --git a/src/wixlib/NetFx472.wxs b/src/wixlib/NetFx472.wxs index 08a17d5b..5aaa1976 100644 --- a/src/wixlib/NetFx472.wxs +++ b/src/wixlib/NetFx472.wxs @@ -21,13 +21,11 @@ - - WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx472MinRelease)" - + - + @@ -68,7 +66,7 @@ - + diff --git a/src/wixlib/NetFx48.wxs b/src/wixlib/NetFx48.wxs index d65d36be..acc79a31 100644 --- a/src/wixlib/NetFx48.wxs +++ b/src/wixlib/NetFx48.wxs @@ -21,13 +21,11 @@ - - WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx48MinRelease)" - + - + @@ -68,7 +66,7 @@ - + diff --git a/src/wixlib/NetFxExtension_Platform.wxi b/src/wixlib/NetFxExtension_Platform.wxi index 92b13dad..96f03d44 100644 --- a/src/wixlib/NetFxExtension_Platform.wxi +++ b/src/wixlib/NetFxExtension_Platform.wxi @@ -15,10 +15,10 @@ - RollbackDisabled <> 1 - RollbackDisabled = 1 - RollbackDisabled <> 1 - RollbackDisabled = 1 + + + + diff --git a/src/wixlib/caDecor.wxi b/src/wixlib/caDecor.wxi index 1d00df8f..b1711518 100644 --- a/src/wixlib/caDecor.wxi +++ b/src/wixlib/caDecor.wxi @@ -1,40 +1,39 @@ - - + - + - + - + - + - + - + - + - + - + diff --git a/src/wixlib/netfx.wixproj b/src/wixlib/netfx.wixproj index faf539a7..426446e8 100644 --- a/src/wixlib/netfx.wixproj +++ b/src/wixlib/netfx.wixproj @@ -7,7 +7,7 @@ - + -- cgit v1.2.3-55-g6feb