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

Commit e87cf1a

Browse files
l0rdrobmen
authored andcommitted
Use the new name for WixToolset.Bal.wixext
1 parent 9ddea92 commit e87cf1a

File tree

1 file changed

+5
-5
lines changed
  • src/Docusaurus/docs/tools/wixext

1 file changed

+5
-5
lines changed

src/Docusaurus/docs/tools/wixext/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following WiX extensions are provided by the WiX team:
1010

1111
| Extension | Documentation |
1212
| --------- | ------------- |
13-
| WixToolset.Bal.wixext | [Bal schema](../../schema/bal/index.md) |
13+
| WixToolset.BootstrapperApplications.wixext | [Bal schema](../../schema/bal/index.md) |
1414
| WixToolset.ComPlus.wixext | [Complus schema](../../schema/complus/index.md) |
1515
| WixToolset.Dependency.wixext | [Dependency schema](../../schema/dependency/index.md) |
1616
| WixToolset.DifxApp.wixext | [Difxapp schema](../../schema/difxapp/index.md) |
@@ -43,8 +43,8 @@ For example:
4343

4444
```xml
4545
wix extension add -g WixToolset.Util.wixext
46-
wix extension add -g WixToolset.Bal.wixext
47-
wix build Bundle.wxs Bundle.en-us.wxl -ext WixToolset.Util.wixext -ext WixToolset.Bal.wixext
46+
wix extension add -g WixToolset.BootstrapperApplications.wixext
47+
wix build Bundle.wxs Bundle.en-us.wxl -ext WixToolset.Util.wixext -ext WixToolset.BootstrapperApplications.wixext
4848
```
4949

5050

@@ -54,7 +54,7 @@ WiX extensions are available as NuGet packages on NuGet.org. You can reference t
5454

5555
```xml
5656
<ItemGroup>
57-
<PackageReference Include="WixToolset.Bal.wixext" />
57+
<PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
5858
<PackageReference Include="WixToolset.Util.wixext" />
5959
</ItemGroup>
6060
```
@@ -63,7 +63,7 @@ You might need to specify a version for WiX extension packages (such as when the
6363

6464
```xml
6565
<ItemGroup>
66-
<PackageReference Include="WixToolset.Bal.wixext" Version="5.0.0-rc.2" />
66+
<PackageReference Include="WixToolset.BootstrapperApplications.wixext" Version="5.0.0-rc.2" />
6767
<PackageReference Include="WixToolset.Util.wixext" Version="5.0.0-rc.2" />
6868
</ItemGroup>
6969
```

0 commit comments

Comments
 (0)