aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs
blob: b3538c6826d41ccda5d45b6cf7b33c3cd69f377c (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<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">
        <BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost" />
        <Chain>
            <PackageGroupRef Id="NetFx462Redist" />
        </Chain>
    </Bundle>
</Wix>