summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/DependencyTests/BundleM/BundleM.wxs
blob: c34f190ea2690db172c5e5d74f8e5cc5ef2e2242 (plain)
1
2
3
4
5
6
7
8
9
10
<!-- 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. -->

<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
  <Fragment>
    <PackageGroup Id="BundlePackages">
      <MsiPackage Id="PackageA" SourceFile="$(var.PackageAv1.TargetPath)" />
      <MsiPackage Id="PackageF" SourceFile="$(var.PackageFv1.TargetPath)" />
    </PackageGroup>
  </Fragment>
</Wix>