python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
where to put framework 6 desktop runtime for the setup project
Whe building a setup project for a .net 6 console application when trying to make an offline installer I get:
ERROR: To enable 'Download prerequisites from the same location as my application' in the ...
Jester
Votes: 0
Answers: 1
.NET Desktop Runtime is required before installation
I've developed an application in .NET 5.0, also, I've a Setup Project to install this application in my clients.
My steps are:
1.- Publish the .NET 5.0 Application.
2.- Compile the Setup project.
3.- ...
RuSSe
Votes: 0
Answers: 2
Create Visual Studio Setup Project using self-contained deployment mode for .NET 5
I'm trying to create a setup project for a WPF application (.NET 5) using VS Community 2019. I've installed the extension for the setup project and I'm following this guide. Since I want to deploy in ...
wosi
Votes: 0
Answers: 1
Change config file for Excel Addin
I have created a VSTO Excel Addin in Visual studio. My project included Setting.Settings file and app.config file.
Basically, the Settings.Settings file contains some settings required for the addin, ...
priya
Votes: 0
Answers: 0