aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/Bundle.wxs
blob: e738b40746591b897d9a26e650019a471e814b18 (plain)
1
2
3
4
5
6
7
8
9
10
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <Bundle Name="BurnBundle" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="B94478B1-E1F3-4700-9CE8-6AA090854AEC">
        <BootstrapperApplication>
            <BootstrapperApplicationDll SourceFile="fakeba.dll" />
        </BootstrapperApplication>
        <Chain>
            <PackageGroupRef Id="BundlePackages" />
        </Chain>
    </Bundle>
</Wix>