Top "Setup-project" questions

Programs used to create installers are generically called setup projects.

Setup project with custom form

I’m currently working on a Visual Studio 2010 setup Project and would like to know if the following is possible: 1) …

c# deployment installation setup-project
Windows Service Setup Project

I’m trying to create a set-up project for a windows service. I’ve followed this tutorial and many others …

visual-studio-2010 windows-services setup-project
IAR project variable like $PROJ_DIR$

Is there any possibility in IAR to add additional project variable like $PROJ_DIR$ to specify my project environment? I …

setup-project iar
Register and unregister a DLL in a Windows Setup Project

I have couple of dll files that need to be registered/unregistered when a Windows installer is installed/uninstalled respectively. …

windows dll setup-project
How to install a file in app data in setup project (C#)

I want to install my database to a separate folder (@ C:\Users\User1\AppData\Roaming\Company1\database.mdb) I'm using …

c# installation setup-project app-data
C# Setup Project Custom Action to save the installation directory to custom setting file

I am trying to make an application using windows installer as it's install method. When the installation succeeds I want …

c# windows-installer setup-project custom-action settings.settings
Visual Studio 2010 "Setup Project" registry editor doesn't work

I have an installation project that needs to add 1 simple string to the registry, and the built in Registry Editor …

installation registry setup-project
How to remove "Welcome to the Setup Wizard" text from Visual Studio Installer project

I have a Visual Studio Installer Project that I'm making in Visual Studio 2010 and am unable to figure out how …

visual-studio-2010 installation setup-project
Specify Windows Service Name on install with Setup Project

Objective: In support of a Windows Service that may have multiple instances on a single machine, use a Setup Project …

c# windows-services setup-project
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