aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/SlipstreamTests/BundleC/BundleC.wxs
blob: 4702d845e989c6d3e6bc51fe930b0d014ac0fb1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- 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.PackageAv1.TargetPath)">
        <SlipstreamMsp Id="PatchAB" />
      </MsiPackage>
      <MsiPackage Id="PackageB" SourceFile="$(var.PackageBv1.TargetPath)" />
      <MspPackage Id="PatchAB" SourceFile="$(var.PatchAB.TargetPath)" />
      <MspPackage Id="PatchAB2" SourceFile="$(var.PatchAB2.TargetPath)" PerMachine="default" Slipstream="yes" />
    </PackageGroup>
  </Fragment>
</Wix>