main
wxs 27 lines 1.37 KB
Raw
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">
3 <Fragment>
4 <BootstrapperApplication SourceFile="!(bindpath.dncx64)\TestBA.exe">
5 <Payload SourceFile="!(bindpath.dncx64)\TestBA.deps.json" />
6 <Payload SourceFile="!(bindpath.dncx64)\TestBA.dll" />
7 <Payload SourceFile="!(bindpath.dncx64)\TestBA.runtimeconfig.json" />
8 <Payload SourceFile="!(bindpath.dncx64)\mbanative.dll" />
9 <Payload SourceFile="!(bindpath.dncx64)\WixToolset.BootstrapperApplicationApi.dll" />
10 </BootstrapperApplication>
11
12 <PackageGroup Id="TestBAdnc_x64">
13 <PackageGroupRef Id="DesktopNetCoreRuntime609Redist_x64AsPrereq" />
14 </PackageGroup>
15 </Fragment>
16 <Fragment>
17 <BootstrapperApplication SourceFile="!(bindpath.net2x64)\TestBA.exe">
18 <Payload SourceFile="!(bindpath.net2x64)\TestBA.exe.config" />
19 <Payload SourceFile="!(bindpath.net2x64)\mbanative.dll" />
20 <Payload SourceFile="!(bindpath.net2x64)\WixToolset.BootstrapperApplicationApi.dll" />
21 </BootstrapperApplication>
22
23 <PackageGroup Id="TestBA_x64">
24 <PackageGroupRef Id="NetFx48WebAsPrereq" />
25 </PackageGroup>
26 </Fragment>
27 </Wix>