I\'m new to using Wix, and tried to make a simple installation for my App. I did the following:
.NET Framework 3.5: After some debugging the solution was to install the .NET Framework 3.5.
- WiX 3.x has a build-dependency requiring this version.
- WiX 4.x requires .NET Core and Framework 4+.
Procedure:
appwiz.cpl
and press Enter.ms-settings:windowsupdate
and press Enter.Now you should be able to build your WiX projects.
Or talk to tech support if you are in a managed environment. They should have a ready-made package for this .NET runtime, unless the runtime itself is prohibited from use.
Links: