Top "Visual-studio-setup-proje" questions

Use this tag if you are creating Visual Studio Setup projects.

How to install a windows service programmatically in C#?

I have 3 projects in my VS solution. One of them is a Web app, the second one is a Windows …

c# .net windows-services setup-project visual-studio-setup-proje
Visual Studio 2017 setup project missing

Anyone know where the elusive setup project template went to for Visual Studio 2017? Trying to update VS2015 setup projects, but …

visual-studio installshield visual-studio-2017 visual-studio-setup-proje
Adding Custom prerequsites to visual studio setup project

I have a setup project that I need to install a redistributable that is not available in the default prerequisite …

installation windows-installer visual-studio-setup-proje
Set InstallPath registry key using Visual Studio Setup project

I am deploying my application using an msi installer designed with a Visual Studio Setup Project. How do I set …

windows-installer registry visual-studio-setup-proje
How to create setup file in visual studio 2010 with .log file

I want to create setup file for my project with all prerequisites like framework,sqlserver and .log file/db script. …

visual-studio-2010 c#-4.0 sql-server-2008-r2 visual-studio-setup-proje visual-studio-setup
How to Write to app.config in setup project and use it in the program

I have created a Installhelper.cs which is inhered from the Installer. Override the Install() method by using this piece …

c#-4.0 installation app-config visual-studio-setup-proje
difference between windows installer 3.1 and 4.5 While creating SetUP Project, which one to select when

I am Creating SetUp Project for Win App. in VS2010 Framework 4.0 Now While selecting Prerequisites ( from Project properties win ) I …

.net c#-4.0 installation setup-project visual-studio-setup-proje