aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2026-01-03 00:34:23 -0800
committerBob Arnson <bob@firegiant.com>2026-01-23 14:54:15 -0500
commit3758abdd60b23fd067cc579ad72573f69f07d974 (patch)
treed7c26975bb0cc01bdb8391b12ae0e53b5aceb302 /src/test
parent06d07415ad9bc137a3a2151b5f81aa8d556867c1 (diff)
downloadwix-bob/PatchBundleUninstall.tar.gz
wix-bob/PatchBundleUninstall.tar.bz2
wix-bob/PatchBundleUninstall.zip
Add missing related bundle informationbob/PatchBundleUninstall
Diffstat (limited to '')
-rw-r--r--src/test/burn/TestData/PatchTests/BundleA/BundleA.wxs4
-rw-r--r--src/test/burn/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs2
-rw-r--r--src/test/burn/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs2
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" />