aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs
diff options
context:
space:
mode:
authorJames Parsons <japarson@microsoft.com>2020-10-01 23:05:25 -0700
committerJames Parsons <japarson@microsoft.com>2020-10-01 23:05:25 -0700
commitaf731a9631a7f7f6d7c3b2ef84f38a07bb4db211 (patch)
tree6423ab630edd94df8beb35308bd5a47bcad771aa /src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs
parent9ed6f291d49599bb12a1baa3a0e000f1e0e254cf (diff)
downloadwix-af731a9631a7f7f6d7c3b2ef84f38a07bb4db211.tar.gz
wix-af731a9631a7f7f6d7c3b2ef84f38a07bb4db211.tar.bz2
wix-af731a9631a7f7f6d7c3b2ef84f38a07bb4db211.zip
Split up latest package and individual packages. Make corresponding changes to tests.
Diffstat (limited to 'src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs')
-rw-r--r--src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs
new file mode 100644
index 00000000..49e8c022
--- /dev/null
+++ b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs
@@ -0,0 +1,14 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
3 xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
4 <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2">
5 <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
6 <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" />
7 </BootstrapperApplicationRef>
8 <Chain>
9 <PackageGroupRef Id="AspNetCoreRuntime31Redist_x86" />
10 <PackageGroupRef Id="DesktopNetCoreRuntime31Redist_x86" />
11 <PackageGroupRef Id="DotNetCoreRuntime31Redist_x86" />
12 </Chain>
13 </Bundle>
14</Wix>