Top "Setup-project" questions

Programs used to create installers are generically called setup projects.

Use Visual Studio Setup Project to automatically register and GAC a COM Interop DLL

I've created a .NET assembly for COM interop and it is working well on my development machine. I'm currently trying …

.net interop gac setup-project regasm
Setting correct icon for Shortcut in VS2010 Setup Project

I have a small app with a setup project. If I create a shortcut to my Primary Output, then this …

c# visual-studio winforms setup-project desktop-shortcut
IntelliJ IDEA not showing my module/project

Suddenly, IntelliJ IDEA is showing the following module view with a strange yellow colour in the background. I don't know …

intellij-idea project project-management setup-project intellij-13
How to "enable 'Download prerequisites from the same location as my application'"

tl;dr Visual Studio 2013 Creating a plain installer, project template: Other Project Types > Visual Studio Installer > Setup Project …

c# windows visual-studio setup-project prerequisites
How can I create Setup package for wpf 4.5 application using some script

I need to create install-able setup via scripting for my WPF application. I don't know where to start and what …

c# wpf installation setup-project .net-4.5
General failure building bootstrapper

while doing the build of my dontnet 4.0 project setup i'm getting following errors An error occurred generating a bootstrapper: Unable …

visual-studio-2010 .net-4.0 setup-project setup-deployment bootstrapper
How to include version number in VS Setup Project output filename

Is there a way to include the version number as part of the output.msi filename in a VS2008 Setup …

visual-studio visual-studio-2008 setup-project
Specifying c:\ProgramData folder in Setup project?

I am using a Windows Installer deployment project in VS 2010 to create an installer for a small demo project. The …

windows-installer setup-project
Visual Studio Setup Project conditional if File Exists

I have a Setup/Deployment Project for my Application and it outputs certain files (*.dll, *.dat) to the Application Folder. …

visual-studio-2008 setup-project setup-deployment
Include folder in setup project

I want to include a folder in a setup project so that when I deploy that setup the complete folder …

c# visual-studio visual-studio-2008 installation setup-project