aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/MsiTransaction/BundleAv2/BundleAv2.wxs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TestData/MsiTransaction/BundleAv2/BundleAv2.wxs7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/TestData/MsiTransaction/BundleAv2/BundleAv2.wxs b/src/TestData/MsiTransaction/BundleAv2/BundleAv2.wxs
index 7feab97b..11360c22 100644
--- a/src/TestData/MsiTransaction/BundleAv2/BundleAv2.wxs
+++ b/src/TestData/MsiTransaction/BundleAv2/BundleAv2.wxs
@@ -1,13 +1,12 @@
1<?xml version='1.0' encoding='utf-8'?> 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<!-- 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 2
4 3
5<Wix xmlns='http://wixtoolset.org/schemas/v4/wxs'> 4<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
6 <?include ..\BundleAv1\BundleA.wxi ?> 5 <?include ..\BundleAv1\BundleA.wxi ?>
7 <Fragment> 6 <Fragment>
8 <PackageGroup Id="BundlePackages"> 7 <PackageGroup Id="BundlePackages">
9 <MsiPackage Id="PackageD" SourceFile="$(var.PackageD.TargetPath)" /> 8 <MsiPackage Id="PackageD" SourceFile="$(var.PackageD.TargetPath)" />
10 <RollbackBoundary Transaction='yes' /> 9 <RollbackBoundary Transaction="yes" />
11 <MsiPackage Id="PackageB" SourceFile="$(var.PackageBv2.TargetPath)" /> 10 <MsiPackage Id="PackageB" SourceFile="$(var.PackageBv2.TargetPath)" />
12 <MsiPackage Id="PackageC" SourceFile="$(var.PackageCv2.TargetPath)" /> 11 <MsiPackage Id="PackageC" SourceFile="$(var.PackageCv2.TargetPath)" />
13 </PackageGroup> 12 </PackageGroup>