WiX Toolset Utility extension
$ dotnet add package WixToolset.Util.wixextThis WiX Extension provides support for configuring various parts of Windows.
Web Site | Documentation | Issue Tracker | Discussions
To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an Open Source Maintenance Fee. While the source code is freely available under the terms of the LICENSE, this package and other aspects of the project require adherence to the Open Source Maintenance Fee EULA.
To pay the Maintenance Fee, become a Sponsor.
Add the WiX Extension as a PackageReference to your .wixproj:
<Project Sdk="WixToolset.Sdk/7.0.0">
<ItemGroup>
<PackageReference Include="WixToolset.Util.wixext" Version="7.0.0" />
</ItemGroup>
</Project>
Then add the extension's namespace:
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
..
</Wix>