main
wxs 15 lines 567 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Bundle Name="BurnBundle" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="B94478B1-E1F3-4700-9CE8-6AA090854AEC">
3 <BootstrapperApplication SourceFile="fakeba.dll">
4 <PayloadGroupRef Id="ExtraBootstrapperApplicationPayloads" />
5 </BootstrapperApplication>
6
7 <Chain>
8 <PackageGroupRef Id="BundlePackages" />
9 </Chain>
10 </Bundle>
11
12 <Fragment>
13 <PayloadGroup Id="virtual ExtraBootstrapperApplicationPayloads" />
14 </Fragment>
15 </Wix>