blob: 372dbd9b626e8dda8921d2cc344e711b40a46b0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- 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. -->
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
<Fragment>
<BootstrapperApplication SourceFile="!(bindpath.net4x86)\WixToolset.WixBA.exe">
<Payload SourceFile="!(bindpath.net4x86)\WixToolset.WixBA.exe.config" />
<Payload SourceFile="!(bindpath.net4x86)\mbanative.dll" />
<Payload SourceFile="!(bindpath.net4x86)\WixToolset.BootstrapperApplicationApi.dll" />
<Payload SourceFile='..\..\..\..\..\..\License.txt' />
</BootstrapperApplication>
<PackageGroup Id="WixBA">
<PackageGroupRef Id="NetFx48WebAsPrereq" />
</PackageGroup>
</Fragment>
</Wix>
|