aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/MsiTransaction/BundleBv1/BundleBv1.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/TestData/MsiTransaction/BundleBv1/BundleBv1.wxs')
-rw-r--r--src/TestData/MsiTransaction/BundleBv1/BundleBv1.wxs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/TestData/MsiTransaction/BundleBv1/BundleBv1.wxs b/src/TestData/MsiTransaction/BundleBv1/BundleBv1.wxs
new file mode 100644
index 00000000..3efe2f5d
--- /dev/null
+++ b/src/TestData/MsiTransaction/BundleBv1/BundleBv1.wxs
@@ -0,0 +1,12 @@
1<?xml version='1.0' encoding='utf-8'?>
2<!-- 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. -->
3
4
5<Wix xmlns='http://wixtoolset.org/schemas/v4/wxs'>
6 <?include BundleB.wxi ?>
7 <Fragment>
8 <PackageGroup Id="BundlePackages">
9 <MsiPackage Id="PackageB" SourceFile="$(var.PackageBv1.TargetPath)" />
10 </PackageGroup>
11 </Fragment>
12</Wix>