main
wxs 9 lines 346 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Bundle Name="MsiPackage-Bundle" Version="!(wix.VersionVar)" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a">
3 <BootstrapperApplication SourceFile="fakeba.dll" />
4
5 <Chain>
6 <MsiPackage SourceFile="test1.msi" />
7 </Chain>
8 </Bundle>
9 </Wix>