diff options
Diffstat (limited to 'src/test/burn/TestData/PrereqBaTests/BundleB/BundleB.wxs')
-rw-r--r-- | src/test/burn/TestData/PrereqBaTests/BundleB/BundleB.wxs | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/test/burn/TestData/PrereqBaTests/BundleB/BundleB.wxs b/src/test/burn/TestData/PrereqBaTests/BundleB/BundleB.wxs new file mode 100644 index 00000000..603c3aee --- /dev/null +++ b/src/test/burn/TestData/PrereqBaTests/BundleB/BundleB.wxs | |||
@@ -0,0 +1,21 @@ | |||
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 | |||
3 | |||
4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> | ||
5 | <Fragment> | ||
6 | <BootstrapperApplication Id="BrokenMba"> | ||
7 | <Payload Name="WixToolset.Mba.Host.config" SourceFile="bad.config" /> | ||
8 | <Payload SourceFile="!(bindpath.net2x86)\TestBA.dll" /> | ||
9 | <Payload SourceFile="!(bindpath.net2x86)\mbanative.dll" /> | ||
10 | <Payload SourceFile="!(bindpath.net2x86)\WixToolset.Mba.Core.dll" /> | ||
11 | <bal:WixManagedBootstrapperApplicationHost /> | ||
12 | </BootstrapperApplication> | ||
13 | </Fragment> | ||
14 | |||
15 | <Fragment> | ||
16 | <PackageGroup Id="BundlePackages"> | ||
17 | <MsiPackage Id="PackageB" SourceFile="$(var.PackageB.TargetPath)" bal:PrereqPackage="yes" Permanent="yes" /> | ||
18 | <MsiPackage Id="PackageF" SourceFile="$(var.PackageF.TargetPath)" /> | ||
19 | </PackageGroup> | ||
20 | </Fragment> | ||
21 | </Wix> | ||