main
wxs 15 lines 853 Bytes
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.net4x86)\WixToolset.WixBA.exe">
5 <Payload SourceFile="!(bindpath.net4x86)\WixToolset.WixBA.exe.config" />
6 <Payload SourceFile="!(bindpath.net4x86)\mbanative.dll" />
7 <Payload SourceFile="!(bindpath.net4x86)\WixToolset.BootstrapperApplicationApi.dll" />
8 <Payload SourceFile='..\..\..\..\..\..\License.txt' />
9 </BootstrapperApplication>
10
11 <PackageGroup Id="WixBA">
12 <PackageGroupRef Id="NetFx48WebAsPrereq" />
13 </PackageGroup>
14 </Fragment>
15 </Wix>