aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/MsiTransaction/BundleAv1/BundleAv1.wxs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TestData/MsiTransaction/BundleAv1/BundleAv1.wxs7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/TestData/MsiTransaction/BundleAv1/BundleAv1.wxs b/src/TestData/MsiTransaction/BundleAv1/BundleAv1.wxs
index 24ef3273..f8355aa6 100644
--- a/src/TestData/MsiTransaction/BundleAv1/BundleAv1.wxs
+++ b/src/TestData/MsiTransaction/BundleAv1/BundleAv1.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 BundleA.wxi ?> 5 <?include BundleA.wxi ?>
7 <Fragment> 6 <Fragment>
8 <PackageGroup Id="BundlePackages"> 7 <PackageGroup Id="BundlePackages">
9 <MsiPackage Id="PackageA" SourceFile="$(var.PackageA.TargetPath)" /> 8 <MsiPackage Id="PackageA" SourceFile="$(var.PackageA.TargetPath)" />
10 <RollbackBoundary Transaction='yes' /> 9 <RollbackBoundary Transaction="yes" />
11 <MsiPackage Id="PackageB" SourceFile="$(var.PackageBv1.TargetPath)" /> 10 <MsiPackage Id="PackageB" SourceFile="$(var.PackageBv1.TargetPath)" />
12 <MsiPackage Id="PackageC" SourceFile="$(var.PackageCv1.TargetPath)" /> 11 <MsiPackage Id="PackageC" SourceFile="$(var.PackageCv1.TargetPath)" />
13 </PackageGroup> 12 </PackageGroup>