diff options
Diffstat (limited to '')
-rw-r--r-- | src/TestData/MsiTransaction/BundleBv2/BundleBv2.wxs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/TestData/MsiTransaction/BundleBv2/BundleBv2.wxs b/src/TestData/MsiTransaction/BundleBv2/BundleBv2.wxs index d5b88b40..39197d7d 100644 --- a/src/TestData/MsiTransaction/BundleBv2/BundleBv2.wxs +++ b/src/TestData/MsiTransaction/BundleBv2/BundleBv2.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 ..\BundleBv1\BundleB.wxi ?> | 5 | <?include ..\BundleBv1\BundleB.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.PackageBv2.TargetPath)" /> | 10 | <MsiPackage Id="PackageB" SourceFile="$(var.PackageBv2.TargetPath)" /> |
12 | <MsiPackage Id="PackageF" SourceFile="$(var.PackageF.TargetPath)" /> | 11 | <MsiPackage Id="PackageF" SourceFile="$(var.PackageF.TargetPath)" /> |
13 | </PackageGroup> | 12 | </PackageGroup> |