diff options
| author | Rob Mensching <rob@firegiant.com> | 2026-01-03 00:34:23 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2026-01-03 00:34:23 -0800 |
| commit | 93de07fda4f59b0b02991e6e9c9cdc8ce072a313 (patch) | |
| tree | f9edf54192bdf780fbe5ae91799e1b416eb24aae /src | |
| parent | b1b90775c9d715ae4193e3faaa419cf163a49bd5 (diff) | |
| download | wix-robmen/9104-base-uninstalls-patch.tar.gz wix-robmen/9104-base-uninstalls-patch.tar.bz2 wix-robmen/9104-base-uninstalls-patch.zip | |
Add missing related bundle informationrobmen/9104-base-uninstalls-patch
Diffstat (limited to '')
3 files changed, 7 insertions, 1 deletions
diff --git a/src/test/burn/TestData/PatchTests/BundleA/BundleA.wxs b/src/test/burn/TestData/PatchTests/BundleA/BundleA.wxs index e3e0f4d7..ede5d56f 100644 --- a/src/test/burn/TestData/PatchTests/BundleA/BundleA.wxs +++ b/src/test/burn/TestData/PatchTests/BundleA/BundleA.wxs | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | <!-- 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. --> | 1 | <!-- 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. --> |
| 2 | 2 | ||
| 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 4 | <Fragment> | 4 | <Fragment> |
| 5 | <RelatedBundle Code="1fb1f910-dd59-4348-9bfe-5822b5a64108" Action="detect" /> | ||
| 6 | |||
| 5 | <PackageGroup Id="BundlePackages"> | 7 | <PackageGroup Id="BundlePackages"> |
| 6 | <MsiPackage Id="PackageA" SourceFile="$(var.PackageAv1.TargetPath)" /> | 8 | <MsiPackage Id="PackageA" SourceFile="$(var.PackageAv1.TargetPath)" /> |
| 7 | </PackageGroup> | 9 | </PackageGroup> |
diff --git a/src/test/burn/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs b/src/test/burn/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs index bf0c0451..ffdbda06 100644 --- a/src/test/burn/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs +++ b/src/test/burn/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 4 | <Fragment> | 4 | <Fragment> |
| 5 | <RelatedBundle Code="1fb1f910-dd59-4348-9bfe-5822b5a64108" Action="patch" /> | ||
| 6 | |||
| 5 | <PackageGroup Id="BundlePackages"> | 7 | <PackageGroup Id="BundlePackages"> |
| 6 | <MspPackage Id="PatchA" SourceFile="$(var.PatchA.TargetPath)" PerMachine="yes" /> | 8 | <MspPackage Id="PatchA" SourceFile="$(var.PatchA.TargetPath)" PerMachine="yes" /> |
| 7 | </PackageGroup> | 9 | </PackageGroup> |
diff --git a/src/test/burn/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs b/src/test/burn/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs index 24063db3..d8df611a 100644 --- a/src/test/burn/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs +++ b/src/test/burn/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 4 | <Fragment> | 4 | <Fragment> |
| 5 | <RelatedBundle Code="1fb1f910-dd59-4348-9bfe-5822b5a64108" Action="patch" /> | ||
| 6 | |||
| 5 | <PackageGroup Id="BundlePackages"> | 7 | <PackageGroup Id="BundlePackages"> |
| 6 | <MspPackage Id="PatchA" SourceFile="$(var.PatchA.TargetPath)" PerMachine="yes" /> | 8 | <MspPackage Id="PatchA" SourceFile="$(var.PatchA.TargetPath)" PerMachine="yes" /> |
| 7 | <MspPackage Id="PatchA2" SourceFile="$(var.PatchA2.TargetPath)" PerMachine="yes" /> | 9 | <MspPackage Id="PatchA2" SourceFile="$(var.PatchA2.TargetPath)" PerMachine="yes" /> |
