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