diff options
Diffstat (limited to '')
-rw-r--r-- | src/TestData/MsiTransaction/BundleAv1/BundleA.wxi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/TestData/MsiTransaction/BundleAv1/BundleA.wxi b/src/TestData/MsiTransaction/BundleAv1/BundleA.wxi index 83b901cb..b31be737 100644 --- a/src/TestData/MsiTransaction/BundleAv1/BundleA.wxi +++ b/src/TestData/MsiTransaction/BundleAv1/BundleA.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 A" Version="$(var.Version)" UpgradeCode="{90ED10D5-B187-4470-B498-05D80DAB729A}" Compressed="yes"> | 8 | <Bundle Name="~$(var.TestGroupName) - Bundle A" Version="$(var.Version)" UpgradeCode="{90ED10D5-B187-4470-B498-05D80DAB729A}" Compressed="yes"> |
10 | <Log Prefix="~$(var.TestGroupName)_BundleA"/> | 9 | <Log Prefix="~$(var.TestGroupName)_BundleA" /> |
11 | 10 | ||
12 | <Variable Name="TestGroupName" Value="$(var.TestGroupName)" /> | 11 | <Variable Name="TestGroupName" Value="$(var.TestGroupName)" /> |
13 | 12 | ||