diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2023-01-15 20:59:56 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2023-01-15 22:03:31 -0600 |
| commit | ecbaffc08239e061a7dbaa92ff3c72acd53a0bae (patch) | |
| tree | f6bf6660fc35b82085388ed489f4160c71ae68e1 /src/ext/Bal/test/WixToolsetTest.Bal/TestData/Dncba | |
| parent | 32024b526d129534b017d4e932f08e6a6f015102 (diff) | |
| download | wix-ecbaffc08239e061a7dbaa92ff3c72acd53a0bae.tar.gz wix-ecbaffc08239e061a7dbaa92ff3c72acd53a0bae.tar.bz2 wix-ecbaffc08239e061a7dbaa92ff3c72acd53a0bae.zip | |
Write an error when the .NET Core BA is missing the BAFactoryAssembly.
7166
Diffstat (limited to 'src/ext/Bal/test/WixToolsetTest.Bal/TestData/Dncba')
| -rw-r--r-- | src/ext/Bal/test/WixToolsetTest.Bal/TestData/Dncba/Bundle.wxs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ext/Bal/test/WixToolsetTest.Bal/TestData/Dncba/Bundle.wxs b/src/ext/Bal/test/WixToolsetTest.Bal/TestData/Dncba/Bundle.wxs new file mode 100644 index 00000000..5b25da8c --- /dev/null +++ b/src/ext/Bal/test/WixToolsetTest.Bal/TestData/Dncba/Bundle.wxs | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" | ||
| 3 | xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> | ||
| 4 | <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2"> | ||
| 5 | <BootstrapperApplication> | ||
| 6 | <bal:WixDotNetCoreBootstrapperApplicationHost SelfContainedDeployment="yes" /> | ||
| 7 | <Payload SourceFile="runtimes\win-x86\native\wixnative.exe" /> | ||
| 8 | </BootstrapperApplication> | ||
| 9 | <Chain> | ||
| 10 | <ExePackage Permanent="yes" DetectCondition="none" SourceFile="runtimes\win-x86\native\wixnative.exe" /> | ||
| 11 | </Chain> | ||
| 12 | </Bundle> | ||
| 13 | </Wix> | ||
