Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
94 views

I'm using a Visual Studio setup project together with my own C# bootstrapper project that guides the user through the installation of my software (on Windows 11). My main problem is that I need admin ...
becky's user avatar
  • 353
2 votes
0 answers
82 views

I have a Visual Studio 2022 installer project I made and it currently has a primary output which creates an advertised shortcut automatically when the project is installed. However, since its ...
Ayushi Amin's user avatar
0 votes
0 answers
25 views

I was trying to build MSI setup project via CMD. When I do via VS 2022 no error appears, but when did with cmd or command getting this error which took my 4 working days and nothing works. Then I ...
user10088618's user avatar
0 votes
0 answers
79 views

I have followed this guide: https://learn.microsoft.com/en-us/dotnet/core/extensions/windows-service-with-installer?tabs=ext And I chose the options to create an installer using the Microsoft ...
Snuffsis's user avatar
0 votes
0 answers
360 views

I have a.net WPF project. I would like to build a set up project so that I create an MSI for installing the build on other machines. I have tried creating a Setup project and added Project Output, ...
sunsilk85's user avatar
0 votes
1 answer
119 views

My solution has 3 projects with a project for CustomInstaller, a project for my WPF app and my Setup Installer. After building my setup installer and running it, in the middle of the process I do have ...
Andrew Paes's user avatar
  • 2,022
-1 votes
1 answer
121 views

TL;DR bindingSource.CurrentChanged event seems to fire OK during IDE debugging, but, not in the final installed, 'Release'-compiled application - other event handlers seem to behave as desired. Goal: ...
bkwdesign's user avatar
  • 2,189
0 votes
1 answer
247 views

The Target is HAcomms.exe in the Application Folder directory. Everything looks right, but the icon that gets installed has an invalid target: The target is just "HAcomms" which is not &...
S. J.'s user avatar
  • 1,128
5 votes
1 answer
255 views

I want to know if there some options to set the MSI file without admin power. When I open the msi file in non-admin user, it always need admin power. How can I set it to open the msi file without the ...
Dennis Li's user avatar
  • 131
0 votes
2 answers
166 views

I have a Windows Forms application that accesses a legacy Oracle 9 database. Therefore, I am including an Oracle 11.2.0.4 Oracle Instant Client as a subfolder of the application. In my application I ...
David P's user avatar
  • 2,143
1 vote
1 answer
2k views

Recently I moved our Visual Studio 2019 project to VS 2022 but faced errors like incompitable project (Unsupported This version of Visual Studio does not have the following project types installed or ...
Om Prakash Singh's user avatar
0 votes
0 answers
451 views

I wrote a C# windows desktop software. I added an installer for it. The problem is the Setup project only includes a dll of my software in its Primary output, it doesn't include my software exe. My ...
peter's user avatar
  • 1,079
0 votes
0 answers
1k views

I have a Visual Studio 2022 instance (version 17.6.5) with the Microsoft Visual Studio Installer Projects package (version 2.0) installed on a Windows Server 2022 virtual machine. I'd like to ...
GIS-Monkey's user avatar
0 votes
0 answers
157 views

I have project WinForms with .net core 3.1 and I am using in this project CefSharp.WinForms (version 89.0.170). I upgraded to newest version: CefSharp.Common.NETCore" Version="111.2.20" ...
damian17's user avatar
0 votes
1 answer
140 views

I am creating the *.msi installer package using the Visual Studio "Set up" project using VS 2022. I have a particular requirement to identify the previous version of the installed ...
AyrtonSenna's user avatar
4 votes
1 answer
1k views

I used Visual studio setup/installer project template to build a setup for my App last year(in VS19) and it worked well . after some changes I was forced to migrate to.Net6 and I tried to build a ...
Zack_Aria's user avatar
1 vote
0 answers
699 views

I did the following steps to create a Windows Setup project: Create a Windows Forms Application using Visual Studio Install "Microsoft Visual Studio Installer Projects plugin" Add a "...
iltan caner's user avatar
2 votes
1 answer
808 views

I'm trying to get the version from MSI/exe files. Pic I tried both exe and msi file but it returns as null. var versionInfo = FileVersionInfo.GetVersionInfo(@"path\setup.exe"); ...
Dan D's user avatar
  • 21
0 votes
1 answer
86 views

I stumbled upon a problem with which I need some help! When a process is executed from within a Windows application that runs directly, the call to Process.Start opens up the webpage to the default ...
lk74's user avatar
  • 51
2 votes
1 answer
680 views

I am currently working on a project, which is using the wix installer but now we want to migrate to the "visual studio installer projects" .msi installer. The problem is that the vs ...
GoldNova's user avatar
  • 373
2 votes
1 answer
356 views

I have an old project at work built in Visual Studio 2015 which I'm updating. There are eight text fields in the setup project. They all have names like FOOBAR and QWERTY which are available in ...
CJ Dennis's user avatar
  • 4,374
0 votes
1 answer
570 views

I'm using Visual Studio Setup Project to create installer for my application. One of the files needs to included or excluded depending upon whether the target machine is 32 or 64-bit. The setup ...
dotNET's user avatar
  • 35.7k
1 vote
1 answer
3k views

I would like to create an installer for my self-hosted service written in .NET Core 3.1. I'm using Visual Studio 2019 so I had to install VisualStudioClient.MicrosoftVisualStudio2017InstallerProjects ...
andrew.fox's user avatar
  • 8,069
2 votes
1 answer
1k views

Is there a way to install my application without a manufacturer name using a Visual Studio Setup Project? For example, if in the setup project properties I leave the manufacturer name blank, it ...
Joe Bauer's user avatar
  • 642
2 votes
1 answer
4k views

Has anyone used Visual Studio Setup Project to deploy a .NET 5 WPF desktop application? I have been doing this stuff for years, but with .NET 5, things seem to have changed a bit. I tried to follow ...
dotNET's user avatar
  • 35.7k

1
2 3 4 5