aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/BasicFunctionality/BundleA/BundleA.wxi
blob: 0bad694edfcd3d4255079c399982c1a4a3b9f4be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- 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" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
  <Bundle Name="~$(var.TestGroupName) - Bundle A" Version="$(var.Version)" UpgradeCode="{8C7E2C47-1EE7-4BBE-99A2-EAB7F3693F48}" Compressed="yes">
    <Log Prefix="~$(var.TestGroupName)_BundleA" />

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

    <BootstrapperApplication>
        <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" />
    </BootstrapperApplication>

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