aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/PrereqBa/BundleB/BundleB.wxi
blob: 6bfeb213a0822418a9353eb65a658c46b0e4f871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->

<?ifndef Version?>
<?define Version = 1.0.0.0?>
<?endif?>

<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
  <Bundle Name="~$(var.TestGroupName) - Bundle B" Version="$(var.Version)" UpgradeCode="{157A1FBA-3825-4AAA-B13D-F45435A79D64}" Compressed="yes">
    <Log Prefix="~$(var.TestGroupName)_BundleB" />

    <Variable Name="TestGroupName" Value="$(var.TestGroupName)" />

    <Chain>
      <PackageGroupRef Id="BundlePackages" />
    </Chain>
  </Bundle>
</Include>