| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 2 | <Bundle Name="PermanentBundlePackageBundle" Version="1.0.2.0" Manufacturer="Example Corporation" UpgradeCode="{1752611C-3D8C-461E-A0A0-B0F07CBBD6FC}"> |
| 3 | <BootstrapperApplication SourceFile="fakeba.dll" /> |
| 4 | |
| 5 | <Chain> |
| 6 | <BundlePackage SourceFile="parent.exe" Permanent="yes" /> |
| 7 | </Chain> |
| 8 | </Bundle> |
| 9 | </Wix> |