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

Commit 1babdfa

Browse files
committed
Add documentation to note there are extension changes for oopbas
Also add a note that building bundles using wix.exe requires updating to the new `WixToolset.BootstrapperApplications.wixext`. Fixes wixtoolset/issues#8155
1 parent cf1e52f commit 1babdfa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Docusaurus/docs/fivefour/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,5 @@ For more information, see the [_Default feature_ WIP](https://github.com/wixtool
199199
- WixToolset.Firewall.wixext now supports the capabilities of the modern Windows Firewall. See [the documentation](../schema/firewall/firewallexception.md) for all the new goodness. Thanks to [@chrisbednarski](https://github.com/chrisbednarski) for all [the work](https://github.com/wixtoolset/wix/pulls?q=is%3Apr+author%3Achrisbednarski).
200200
- WixToolset.Netfx.wixext's [DotNetCompatibilityCheck](../schema/netfx/dotnetcompatibilitycheck.md) now sets the specified property to 13 when the requested platform is not compatible with the platform the installer is running on. Thanks to [@apacker1](https://github.com/apacker1) for the [pull request](https://github.com/wixtoolset/wix/pull/459).
201201
- WixToolset.Util.wixext now has the following `_NODOMAIN` properties from [WixQueryOsWellKnownSID](../tools/wixext/wininfo.md#querywindowswellknownsids): `WIX_ACCOUNT_ADMINISTRATORS_NODOMAIN`, `WIX_ACCOUNT_GUESTS_NODOMAIN`, `WIX_ACCOUNT_LOCALSERVICE_NODOMAIN`, `WIX_ACCOUNT_LOCALSYSTEM_NODOMAIN`, `WIX_ACCOUNT_NETWORKSERVICE_NODOMAIN`, and `WIX_ACCOUNT_USERS_NODOMAIN`. Thanks to [@mistoll](https://github.com/mistoll) for the [pull request](https://github.com/wixtoolset/wix/pull/407).
202+
203+
See [Out-of-process bootstrapper applications](/docs/fivefour/oopbas/) for additional extension changes related to building bundles.

src/Docusaurus/docs/fivefour/oopbas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To take advantage of the breaking change, we took the opportunity to improve the
8080
* `WixToolset.BalUtil` - renamed to `WixToolset.BootstrapperApplicationApi` to provide the native headers and libraries to communicate with Burn. Also, split out the `WixToolset.WixStandardBootstrapperApplicationFunctionApi` for WixStdBA BAFunctions API.
8181
* `WixToolset.Mba.Core` - merged the managed libraries into the `WixToolset.BootstrapperApplicationApi` so there is a single package for custom bootstrapper applications.
8282
* `WixToolset.BextUtil` - renamed to `WixToolset.BootstrapperExtensionApi`.
83-
* `WixToolset.Bal.wixext` - renamed to `WixToolset.BootstrapperApplications.wixext` but also kept `WixToolset.Bal.wixext` for backwards compatibility.
83+
* `WixToolset.Bal.wixext` - renamed to `WixToolset.BootstrapperApplications.wixext` but also kept `WixToolset.Bal.wixext` for backwards compatibility with `PackageReferences` in MSBuild. Note: this means that if using `wix.exe` to add extensions you will need to use the new name `WixToolset.BootstrapperApplications.wixext`.
8484
* `WixToolset.Dnc.HostGenerator` - no longer needed in WiX v5.
8585

8686

0 commit comments

Comments
 (0)