From 2dc387030d10478d413cfae5bf2f18abd25f1a51 Mon Sep 17 00:00:00 2001 From: FroggieFrog Date: Wed, 15 Jan 2020 14:22:37 +0100 Subject: Add support for .NET Framework 4.7.2 and .NET Framework 4.8 to NetFxExtension. Based on https://github.com/wixtoolset/wix4/pull/267 --- src/wixlib/NetFx472.wxs | 98 ++++++++++++++++++++++++++++++++++++++++++++++++ src/wixlib/NetFx48.wxs | 98 ++++++++++++++++++++++++++++++++++++++++++++++++ src/wixlib/netfx.wixproj | 2 + 3 files changed, 198 insertions(+) create mode 100644 src/wixlib/NetFx472.wxs create mode 100644 src/wixlib/NetFx48.wxs diff --git a/src/wixlib/NetFx472.wxs b/src/wixlib/NetFx472.wxs new file mode 100644 index 00000000..152d2245 --- /dev/null +++ b/src/wixlib/NetFx472.wxs @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx472MinRelease)" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/wixlib/NetFx48.wxs b/src/wixlib/NetFx48.wxs new file mode 100644 index 00000000..5156c3f0 --- /dev/null +++ b/src/wixlib/NetFx48.wxs @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx48MinRelease)" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/wixlib/netfx.wixproj b/src/wixlib/netfx.wixproj index 32d928ca..e9b95422 100644 --- a/src/wixlib/netfx.wixproj +++ b/src/wixlib/netfx.wixproj @@ -11,6 +11,8 @@ true + + -- cgit v1.2.3-55-g6feb