aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs
blob: 3d4eb2740cab543c49c8534ce089cc376592f385 (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.Mba.Core.dll" />
      <Payload SourceFile='..\..\..\..\..\..\License.txt' />
    </BootstrapperApplication>

    <PackageGroup Id="WixBA">
      <PackageGroupRef Id="NetFx48WebAsPrereq" />
    </PackageGroup>
  </Fragment>
</Wix>