Create a Windows Installer for .NET WPF app
I’ve already created a Wpf application on .NET8.0 and now I want to create a Windows installer with it.
I want the Windows installer to be a standalone application without having to install .NET dependencies after the application is installed. To create the installer I used WiX toolset (The latest version). The problem is: