aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/CacheTests/BundleA/BundleA.wxs
blob: 20262187a297f53c8556a410ec3ac87dda30df85 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!-- 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">
  <Fragment>
    <PackageGroup Id="BundlePackages">
      <MsiPackage Id="PackageA" SourceFile="$(var.PackageA.TargetPath)" DownloadUrl="$(var.WebServerBaseUrl)BundleA/{2}" />
      <MsiPackage Id="PackageB" SourceFile="$(var.PackageB.TargetPath)" DownloadUrl="$(var.WebServerBaseUrl)BundleA/{2}" />
    </PackageGroup>
  </Fragment>
</Wix>