main
wxs 9 lines 368 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Bundle Name="V3BundlePackageBundle" Version="1.1.1.1" Manufacturer="Example Corporation" UpgradeCode="{01369E89-159B-4622-8B91-70F51DEBCFE5}">
3 <BootstrapperApplication SourceFile="fakeba.dll" />
4
5 <Chain>
6 <BundlePackage SourceFile="v3bundle.exe" RepairCondition="0" />
7 </Chain>
8 </Bundle>
9 </Wix>