aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/CustomProviderKeyBundle.wxs
blob: 6df8a7c04c4e434a62a2a1c6d94831d8fb4293a2 (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" ProviderKey="MyProviderKey,v1.0">
        <BootstrapperApplication>
            <BootstrapperApplicationDll SourceFile="fakeba.dll" />
        </BootstrapperApplication>
        <Chain>
            <PackageGroupRef Id="MinimalPackageGroup" />
        </Chain>
    </Bundle>
</Wix>