@@ -10,7 +10,7 @@ The following WiX extensions are provided by the WiX team:
10
10
11
11
| Extension | Documentation |
12
12
| --------- | ------------- |
13
- | WixToolset.Bal .wixext | [ Bal schema] ( ../../schema/bal/index.md ) |
13
+ | WixToolset.BootstrapperApplications .wixext | [ Bal schema] ( ../../schema/bal/index.md ) |
14
14
| WixToolset.ComPlus.wixext | [ Complus schema] ( ../../schema/complus/index.md ) |
15
15
| WixToolset.Dependency.wixext | [ Dependency schema] ( ../../schema/dependency/index.md ) |
16
16
| WixToolset.DifxApp.wixext | [ Difxapp schema] ( ../../schema/difxapp/index.md ) |
@@ -43,8 +43,8 @@ For example:
43
43
44
44
``` xml
45
45
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
48
48
```
49
49
50
50
@@ -54,7 +54,7 @@ WiX extensions are available as NuGet packages on NuGet.org. You can reference t
54
54
55
55
``` xml
56
56
<ItemGroup >
57
- <PackageReference Include =" WixToolset.Bal .wixext" />
57
+ <PackageReference Include =" WixToolset.BootstrapperApplications .wixext" />
58
58
<PackageReference Include =" WixToolset.Util.wixext" />
59
59
</ItemGroup >
60
60
```
@@ -63,7 +63,7 @@ You might need to specify a version for WiX extension packages (such as when the
63
63
64
64
``` xml
65
65
<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" />
67
67
<PackageReference Include =" WixToolset.Util.wixext" Version =" 5.0.0-rc.2" />
68
68
</ItemGroup >
69
69
```
0 commit comments