Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 4696a23

Browse files
committed
Add/fix repo links for BA sources.
1 parent ecfecb2 commit 4696a23

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/Docusaurus/docs/fivefour/oopbas.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The rest of this document details changes required to update custom bootstrapper
66

77
The motivation for this change can be found in [#7916](https://github.com/wixtoolset/issues/issues/7916). This is obviously a significant breaking change so it was also taken as an opportunity to improve several .nupkg package names as described in [#8020](https://github.com/wixtoolset/issues/issues/8020).
88

9+
:::tip
10+
The [WiX repo on GitHub](https://github.com/wixtoolset/wix) contains the code to bootstrapper applications using the new model, like [WixStandardBootstrapperApplication](https://github.com/wixtoolset/wix/blob/HEAD/src/ext/Bal/stdbas/WixStandardBootstrapperApplication.cpp) (C++) and [WixBA](https://github.com/wixtoolset/wix/tree/HEAD/src/test/burn/WixToolset.WixBA) (C#).
11+
:::
12+
913
First, the custom bootstrapper application project needs to change from DLL to EXE.
1014

1115
```diff

src/Docusaurus/docs/fourthree/faqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ Note that Microsoft chose a confusing naming convention for newer versions of .N
277277
To use a BA written in .NET 6+, use `bal:WixDotNetCoreBootstrapperApplicationHost` instead of `bal:WixManagedBootstrapperApplicationHost`.
278278
.NET 5 and earlier versions are not supported because they were already at end of life when v4 shipped.
279279

280-
Even though the WixBA is not currently shipping, it is still available at https://github.com/wixtoolset/wix4/tree/develop/src/test/burn/WixToolset.WixBA.
280+
Even though the WixBA is not currently shipping, it is still available at https://github.com/wixtoolset/wix4/tree/HEAD/src/test/burn/WixToolset.WixBA.
281281
You can basically see a step-by-step example of upgrading a v3 MBA by looking at the history of that folder and `WixToolset.WixBA.csproj`.
282-
Another folder that might be useful is https://github.com/wixtoolset/wix4/tree/develop/src/test/burn/TestData/TestBA.
282+
Another folder that might be useful is https://github.com/wixtoolset/wix4/tree/HEAD/src/test/burn/TestData/TestBA.
283283

284284
In v3, MBAs needed to be built against the same version of `BootstrapperCore.dll` as the bundle.
285285
They didn't need to include it as a payload because the Bal WiX extension automatically added it.

0 commit comments

Comments
 (0)