| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 2 | <Bundle Name="BundlePackageBundle" Version="1.0.1.0" Manufacturer="Example Corporation" UpgradeCode="{4BE34BEE-CA23-488E-96A0-B15878E3654B}" Compressed="no"> |
| 3 | <BootstrapperApplication SourceFile="fakeba.dll" /> |
| 4 | |
| 5 | <Chain> |
| 6 | <BundlePackage SourceFile="chain.exe" Visible="no" Permanent="yes"> |
| 7 | <Payload SourceFile="signed_cab1.cab" /> |
| 8 | </BundlePackage> |
| 9 | </Chain> |
| 10 | </Bundle> |
| 11 | </Wix> |