aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs
blob: 8e3d2c30dd5dbf1d5d5f5ffa5216d37ae84064ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
    <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2">
        <BootstrapperApplication>
            <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" Theme="hyperlinkLicense" />
        </BootstrapperApplication>
        <Chain>
            <PackageGroupRef Id="AspNetCoreRuntime31Redist_x86" />
            <PackageGroupRef Id="DesktopNetCoreRuntime31Redist_x86" />
            <PackageGroupRef Id="DotNetCoreRuntime31Redist_x86" />
        </Chain>
    </Bundle>
</Wix>