Top "Setup-project" questions

Programs used to create installers are generically called setup projects.

Will Web Deployment Projects still be available in Visual Studio 2012?

It looks like Visual Studio 2012 will not include Visual Studio Setup and Deployment Projects according to MSDN, so I'm currently …

visual-studio setup-project web-deployment-project visual-studio-2012
Setup App.Config As Custom Action in Setup Project

I have a custom application with a simple app.config specifying SQL Server name and Database, I want to prompt …

deployment app-config setup-project
In Netbeans 6.9, how to change Application Server

In Netbeans 6.9.1, i've created a web application wiht Glassfish Server 3. (Undert the server textbox, java ee version defautls to "Java …

tomcat glassfish setup-project netbeans-6.9
How to add Licence agreement in the setup project

I wish to add licence agreement to my setup files (using setup project) If user does not accept it, setup …

vb.net visual-studio deployment setup-project
Run process under current user

There is "Setup project" in VS. During installation I launch another process: System.Diagnostics.Process process = new System.Diagnostics.Process(); //…

c# setup-project
WiX SetProperty - What are the possible values for Before/After attributes

Don't know why but I'm finding it difficult to track down what standard values could be used for the Before …

installation wix setup-project
Advertised shortcuts vs. non-advertised shortcuts in windows setup project

I cannot understand what is exact consequences of using attribute Advertise in Shortcut attribute. What is the diffirence?

wix windows-installer setup-project
Visual C++ 2010 Runtime Libraries prerequisite keeps popping up on a VS 2010 created installer

I created an installer with Visual Studio 2010 Version 10.0.40.219.1 SP1 Rel. My application is built/compiled for x86 and requires VC++ …

visual-studio-2010 visual-c++ setup-project bootstrapper
How do I fix 'Setup project with custom action file not found' exception?

I am trying to create a setup project for a Windows Service. I've followed the directions at http://support.microsoft.…

windows-services setup-project custom-action ssis
How to make a System.Configuration.Install.Installer to get a variable from the Setup project?

I have 2 projects in my solution A Windows service Its Setup project I need that my ProjectInstaller : System.Configuration.Install.…

c# .net visual-studio windows-installer setup-project