aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs
blob: a708d0ade3239ef7e0635b98f8d521d53f4571e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
    <Bundle Name="SCDLatestCoreMBA" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="5CE5B5C7-4B6B-4B95-B297-731F1F956533">
        <BootstrapperApplication>
            <bal:WixDotNetCoreBootstrapperApplicationHost SelfContainedDeployment="yes" />
            <PayloadGroupRef Id="publish.Example.LatestCoreMBA.scd" />
        </BootstrapperApplication>
        <Chain>
            <ExePackage DetectCondition="none" SourceFile="..\.data\notanexe.exe" PerMachine="yes" />
        </Chain>
    </Bundle>
</Wix>