| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 2 | <Bundle Name="!(loc.BundleName)" InProgressName="!(loc.BundleInProgressName)" Version="!(bind.packageVersion.test.msi)" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> |
| 3 | <BootstrapperApplication SourceFile="fakeba.dll" /> |
| 4 | |
| 5 | <Chain> |
| 6 | <MsiPackage SourceFile="test.msi"> |
| 7 | <MsiProperty Name="TEST" Value="1" /> |
| 8 | </MsiPackage> |
| 9 | </Chain> |
| 10 | </Bundle> |
| 11 | </Wix> |