aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/DependencyTests/BundleJ_Patch/BundleJ_Patch.wxs
blob: ddd4d8db9b9420566c8290594b56ccefc7f8d5c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- 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. -->

<?define TestExeRegistryKey = Software\WiX\Tests\$(var.TestGroupName)\ExeA?>

<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
  <Fragment>
    <RelatedBundle Id="{B1617DA6-F824-4B9F-B9B2-A6AFD07A652D}" Action="Patch" />

    <PackageGroup Id="BundlePackages">
      <MspPackage Id="PatchA" SourceFile="$(var.PatchA.TargetPath)">
        <Provides Key="$(var.TestGroupName)_PatchA" Version="$(var.Version)" />
      </MspPackage>
      <MsiPackage Id="PackageE" Name="PackageEv1.msi" SourceFile="$(var.PackageEv1_0_1.TargetPath)" />
    </PackageGroup>
  </Fragment>
</Wix>