Relative Content

Tag Archive for c#.netinstallation

Automatically installing required .NET Framework during app installation

I made a project in C# which now needs to be finished for deployment. I’m using the Visual Studio Installer Projects 2022 Extension to make an Installer for the project. The finished app consists of two projects: One VSTO app which runs perfectly fine upon installation, and a Winforms project which says that the .NET Desktop Runtime needs to be installed first. The VSTO Project uses the second project as a process at some point, and once this process starts, it just tells me to install the runtime.