Can anyone explain why VS2022 default use WixV3 as extension instead of WixV4? The WixV3 project needs to use Wixv3.11 build tools, which is out of date and is being replaced by WixV4 and WixV5. What are correct steps If I want to create a WixV4 project in VS2022?
Thanks
In VS2022 Extensios-manage extension tab, I used search online wix, only WixV3 shown. I expect WixV4 displayed as first choice, because VS2022’s .NTE framework are 4.7,4.8, 6.0 and 8.0. I tried to install Wixv3.11.2 toolset(run wix311.exe) , error message “WIX Toolset requires .NET Framework 3.5.1 Windows feature to be enabled”. I really don’t want to go back so far.