main
wxs 12 lines 518 Bytes
Raw
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 <MsiProperty Name="TESTBLANK" Value="" />
9 </MsiPackage>
10 </Chain>
11 </Bundle>
12 </Wix>