summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/TestBA/TestBAWixlib_x64
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-01-11 18:26:20 -0800
committerRob Mensching <rob@firegiant.com>2024-03-06 18:03:38 -0800
commit0d3d54992104288e9ee0c834d0b96e8502fd2d42 (patch)
tree9efa49c4983cd2ba1becab64bd1f2faccac88acf /src/test/burn/TestData/TestBA/TestBAWixlib_x64
parent2824298d9dd817a47527c920363556b54ead5d5d (diff)
downloadwix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.tar.gz
wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.tar.bz2
wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.zip
Move the BootstrapperApplication out of proc
Diffstat (limited to 'src/test/burn/TestData/TestBA/TestBAWixlib_x64')
-rw-r--r--src/test/burn/TestData/TestBA/TestBAWixlib_x64/TestBA_x64.wxs11
-rw-r--r--src/test/burn/TestData/TestBA/TestBAWixlib_x64/WixBA_x64.wxs5
2 files changed, 6 insertions, 10 deletions
diff --git a/src/test/burn/TestData/TestBA/TestBAWixlib_x64/TestBA_x64.wxs b/src/test/burn/TestData/TestBA/TestBAWixlib_x64/TestBA_x64.wxs
index f6a6382b..08d428a1 100644
--- a/src/test/burn/TestData/TestBA/TestBAWixlib_x64/TestBA_x64.wxs
+++ b/src/test/burn/TestData/TestBA/TestBAWixlib_x64/TestBA_x64.wxs
@@ -1,13 +1,12 @@
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. --> 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<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> 2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
3 <Fragment> 3 <Fragment>
4 <BootstrapperApplication> 4 <BootstrapperApplication SourceFile="!(bindpath.dncx64)\TestBA.exe">
5 <Payload SourceFile="!(bindpath.dncx64)\TestBA.deps.json" /> 5 <Payload SourceFile="!(bindpath.dncx64)\TestBA.deps.json" />
6 <Payload SourceFile="!(bindpath.dncx64)\TestBA.dll" bal:BAFactoryAssembly="yes" /> 6 <Payload SourceFile="!(bindpath.dncx64)\TestBA.dll" />
7 <Payload SourceFile="!(bindpath.dncx64)\TestBA.runtimeconfig.json" /> 7 <Payload SourceFile="!(bindpath.dncx64)\TestBA.runtimeconfig.json" />
8 <Payload SourceFile="!(bindpath.dncx64)\mbanative.dll" /> 8 <Payload SourceFile="!(bindpath.dncx64)\mbanative.dll" />
9 <Payload SourceFile="!(bindpath.dncx64)\WixToolset.Mba.Core.dll" /> 9 <Payload SourceFile="!(bindpath.dncx64)\WixToolset.Mba.Core.dll" />
10 <bal:WixDotNetCoreBootstrapperApplicationHost />
11 </BootstrapperApplication> 10 </BootstrapperApplication>
12 11
13 <PackageGroup Id="TestBAdnc_x64"> 12 <PackageGroup Id="TestBAdnc_x64">
@@ -15,12 +14,10 @@
15 </PackageGroup> 14 </PackageGroup>
16 </Fragment> 15 </Fragment>
17 <Fragment> 16 <Fragment>
18 <BootstrapperApplication> 17 <BootstrapperApplication SourceFile="!(bindpath.net2x64)\TestBA.exe">
19 <Payload Name="WixToolset.Mba.Host.config" SourceFile="!(bindpath.net2x64)\TestBA.BootstrapperCore.config" /> 18 <Payload SourceFile="!(bindpath.net2x64)\TestBA.exe.config" />
20 <Payload SourceFile="!(bindpath.net2x64)\TestBA.dll" />
21 <Payload SourceFile="!(bindpath.net2x64)\mbanative.dll" /> 19 <Payload SourceFile="!(bindpath.net2x64)\mbanative.dll" />
22 <Payload SourceFile="!(bindpath.net2x64)\WixToolset.Mba.Core.dll" /> 20 <Payload SourceFile="!(bindpath.net2x64)\WixToolset.Mba.Core.dll" />
23 <bal:WixManagedBootstrapperApplicationHost />
24 </BootstrapperApplication> 21 </BootstrapperApplication>
25 22
26 <PackageGroup Id="TestBA_x64"> 23 <PackageGroup Id="TestBA_x64">
diff --git a/src/test/burn/TestData/TestBA/TestBAWixlib_x64/WixBA_x64.wxs b/src/test/burn/TestData/TestBA/TestBAWixlib_x64/WixBA_x64.wxs
index e9cd9827..ef465e23 100644
--- a/src/test/burn/TestData/TestBA/TestBAWixlib_x64/WixBA_x64.wxs
+++ b/src/test/burn/TestData/TestBA/TestBAWixlib_x64/WixBA_x64.wxs
@@ -1,14 +1,13 @@
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. --> 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<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal" xmlns:netfx="http://wixtoolset.org/schemas/v4/wxs/netfx"> 2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal" xmlns:netfx="http://wixtoolset.org/schemas/v4/wxs/netfx">
3 <Fragment> 3 <Fragment>
4 <BootstrapperApplication> 4 <BootstrapperApplication SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.exe">
5 <Payload SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.deps.json" /> 5 <Payload SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.deps.json" />
6 <Payload SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.dll" bal:BAFactoryAssembly="yes" /> 6 <Payload SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.dll" />
7 <Payload SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.runtimeconfig.json" /> 7 <Payload SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.runtimeconfig.json" />
8 <Payload SourceFile="!(bindpath.dncx64)\mbanative.dll" /> 8 <Payload SourceFile="!(bindpath.dncx64)\mbanative.dll" />
9 <Payload SourceFile="!(bindpath.dncx64)\WixToolset.Mba.Core.dll" /> 9 <Payload SourceFile="!(bindpath.dncx64)\WixToolset.Mba.Core.dll" />
10 <Payload SourceFile='..\..\..\..\..\..\License.txt' /> 10 <Payload SourceFile='..\..\..\..\..\..\License.txt' />
11 <bal:WixDotNetCoreBootstrapperApplicationHost />
12 </BootstrapperApplication> 11 </BootstrapperApplication>
13 12
14 <PackageGroup Id="WixBAdnc_x64"> 13 <PackageGroup Id="WixBAdnc_x64">