I have a C# project that uses the wixtoolset to create the msi installer.
When I try to run dotnet build -c Release
I get the follwing error:
Runtime.Installer.wixproj(43,5): error : The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/ 0 Warning(s) 1 Error(s)
- Visual Studio 2022
- Wix Version 3.11.2.4516
I've uninstalled and reinstalled Wix and the VS Extension multiple times, including multiple system restarts.