aboutsummaryrefslogtreecommitdiff
path: root/src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest_x64.wxs
blob: a4639d7c2a0b31193dd58cbf9bf195547837753e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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="AspNetCoreRuntime3112Redist_x64" />
            <PackageGroupRef Id="DesktopNetCoreRuntime3112Redist_x64" />
            <PackageGroupRef Id="DotNetCoreRuntime3112Redist_x64" />
            <PackageGroupRef Id="DotNetCoreSdk31425Redist_x64" />
        </Chain>
    </Bundle>
</Wix>