aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/MsiTransaction/BundleAv1/BundleA.wxi
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TestData/MsiTransaction/BundleAv1/BundleA.wxi19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/TestData/MsiTransaction/BundleAv1/BundleA.wxi b/src/TestData/MsiTransaction/BundleAv1/BundleA.wxi
new file mode 100644
index 00000000..83b901cb
--- /dev/null
+++ b/src/TestData/MsiTransaction/BundleAv1/BundleA.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 A" Version="$(var.Version)" UpgradeCode="{90ED10D5-B187-4470-B498-05D80DAB729A}" Compressed="yes">
10 <Log Prefix="~$(var.TestGroupName)_BundleA"/>
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>