diff options
author | Bob Arnson <bob@firegiant.com> | 2023-02-27 21:38:47 -0500 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-02-28 00:48:08 -0800 |
commit | 696880ef8e3125b4f508b8c10a6728321323c6b4 (patch) | |
tree | 3c4f99159f1c4082cc2a7f4b601a326659868412 /src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingNetFxPackages/BundleLatest.wxs | |
parent | 543f0a200448b031c9ec8e7e7d139548659a3a32 (diff) | |
download | wix-696880ef8e3125b4f508b8c10a6728321323c6b4.tar.gz wix-696880ef8e3125b4f508b8c10a6728321323c6b4.tar.bz2 wix-696880ef8e3125b4f508b8c10a6728321323c6b4.zip |
Add NetFx 4.8.1 detection and package groups.
Fixes https://github.com/wixtoolset/issues/issues/7239.
Diffstat (limited to 'src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingNetFxPackages/BundleLatest.wxs')
-rw-r--r-- | src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingNetFxPackages/BundleLatest.wxs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingNetFxPackages/BundleLatest.wxs b/src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingNetFxPackages/BundleLatest.wxs new file mode 100644 index 00000000..6457abfe --- /dev/null +++ b/src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingNetFxPackages/BundleLatest.wxs | |||
@@ -0,0 +1,11 @@ | |||
1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> | ||
2 | <Bundle Name="NetFxPackageGroup481" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="{1A204524-03F4-4641-BDF3-2A272A34A888}"> | ||
3 | <BootstrapperApplication> | ||
4 | <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" Theme="hyperlinkLicense" /> | ||
5 | </BootstrapperApplication> | ||
6 | |||
7 | <Chain> | ||
8 | <PackageGroupRef Id="NetFx481RedistAsPrereq" /> | ||
9 | </Chain> | ||
10 | </Bundle> | ||
11 | </Wix> | ||