| 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 | <BootstrapperApplicationDll SourceFile="fakeba.dll" /> |
| 5 | </BootstrapperApplication> |
| 6 | |
| 7 | <Chain> |
| 8 | <BundlePackage SourceFile="burn.exe" Visible="no" Permanent="yes" /> |
| 9 | </Chain> |
| 10 | </Bundle> |
| 11 | </Wix> |