aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/PatchTests/BundleA
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/PatchTests/BundleA')
-rw-r--r--src/test/burn/TestData/PatchTests/BundleA/BundleA.wxs4
1 files changed, 3 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>