diff options
Diffstat (limited to '')
-rw-r--r-- | src/TestData/MsiTransaction/BundleBv1/BundleB.wxi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/TestData/MsiTransaction/BundleBv1/BundleB.wxi b/src/TestData/MsiTransaction/BundleBv1/BundleB.wxi new file mode 100644 index 00000000..5eeaa6d7 --- /dev/null +++ b/src/TestData/MsiTransaction/BundleBv1/BundleB.wxi | |||
@@ -0,0 +1,19 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
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 | |||
4 | <?ifndef Version?> | ||
5 | <?define Version = 1.0.0.0?> | ||
6 | <?endif?> | ||
7 | |||
8 | <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"> | ||
10 | <Log Prefix="~$(var.TestGroupName)_BundleB"/> | ||
11 | |||
12 | <Variable Name="TestGroupName" Value="$(var.TestGroupName)" /> | ||
13 | |||
14 | <Chain> | ||
15 | <PackageGroupRef Id="TestBA" /> | ||
16 | <PackageGroupRef Id="BundlePackages" /> | ||
17 | </Chain> | ||
18 | </Bundle> | ||
19 | </Include> | ||