'Deploy WPF Application with .NET Runtime already within to avoid user having to download it by itself?
I'm developing a WPF App (using .NET CORE). But everytime I have to install it in a computer that doesn't have .NET Runtime installed, it opens a dialog box in installation asking for the user to download it. And it's a super messy website with a lot of things for the user to install, so it's kinda not ideal to ask the users to install it by themselves.
For creating a installer, i'm using: Microsoft Visual Studio Installer Projects 2022
The website for installing .NET Runtime that the installer redirects you is the following: Download .NET Core 3.1 (Note that the common user won't know if it is a console app or a desktop app, and it's super confusing for the user).
So, is there a way to already incorporate the .NET Runtime inside my compiled WPF App? So the user doesn't have to download it by itself?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
