aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/MsiTransaction/BundleBv1/BundleB.wxi
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TestData/MsiTransaction/BundleBv1/BundleB.wxi5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/TestData/MsiTransaction/BundleBv1/BundleB.wxi b/src/TestData/MsiTransaction/BundleBv1/BundleB.wxi
index 5eeaa6d7..cb7a602d 100644
--- a/src/TestData/MsiTransaction/BundleBv1/BundleB.wxi
+++ b/src/TestData/MsiTransaction/BundleBv1/BundleB.wxi
@@ -1,5 +1,4 @@
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<?ifndef Version?> 3<?ifndef Version?>
5<?define Version = 1.0.0.0?> 4<?define Version = 1.0.0.0?>
@@ -7,7 +6,7 @@
7 6
8<Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> 7<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
9 <Bundle Name="~$(var.TestGroupName) - Bundle B" Version="$(var.Version)" UpgradeCode="{552FD011-4DD6-42B2-A4C6-AD1417C829B2}" Compressed="yes"> 8 <Bundle Name="~$(var.TestGroupName) - Bundle B" Version="$(var.Version)" UpgradeCode="{552FD011-4DD6-42B2-A4C6-AD1417C829B2}" Compressed="yes">
10 <Log Prefix="~$(var.TestGroupName)_BundleB"/> 9 <Log Prefix="~$(var.TestGroupName)_BundleB" />
11 10
12 <Variable Name="TestGroupName" Value="$(var.TestGroupName)" /> 11 <Variable Name="TestGroupName" Value="$(var.TestGroupName)" />
13 12