diff options
Diffstat (limited to 'src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs')
-rw-r--r-- | src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs b/src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs index c6da2a17..3d4eb274 100644 --- a/src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs +++ b/src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs | |||
@@ -1,13 +1,11 @@ | |||
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.net4x86)\WixToolset.WixBA.exe"> |
5 | <Payload Name="WixToolset.Mba.Host.config" SourceFile="!(bindpath.net4x86)\WixBA.BootstrapperCore.config" /> | 5 | <Payload SourceFile="!(bindpath.net4x86)\WixToolset.WixBA.exe.config" /> |
6 | <Payload SourceFile="!(bindpath.net4x86)\WixToolset.WixBA.dll" /> | ||
7 | <Payload SourceFile="!(bindpath.net4x86)\mbanative.dll" /> | 6 | <Payload SourceFile="!(bindpath.net4x86)\mbanative.dll" /> |
8 | <Payload SourceFile="!(bindpath.net4x86)\WixToolset.Mba.Core.dll" /> | 7 | <Payload SourceFile="!(bindpath.net4x86)\WixToolset.Mba.Core.dll" /> |
9 | <Payload SourceFile='..\..\..\..\..\..\License.txt' /> | 8 | <Payload SourceFile='..\..\..\..\..\..\License.txt' /> |
10 | <bal:WixManagedBootstrapperApplicationHost /> | ||
11 | </BootstrapperApplication> | 9 | </BootstrapperApplication> |
12 | 10 | ||
13 | <PackageGroup Id="WixBA"> | 11 | <PackageGroup Id="WixBA"> |