Programs used to create installers are generically called setup projects.
I am new to setup project creation. Now I am using Visual studio 2008 to create setup file (msi) for my …
.net installation windows-installer setup-projectI want to create a Visual Studio 2010 setup project that deploys some files to a folder where my application can …
winforms visual-studio-2010 setup-project special-foldersI have a solution with a couple of projects. Some(2) of these projects are setup projects. Whenever I open the …
c# visual-studio-2010 setup-projectI have a VBScript I wrote that needs to be executed from an MSI file. The script correctly executes when …
vbscript windows-installer setup-projectI am using Visual Studio 2010, I am working on a windows application and while trying to make an automatic updater …
c# deployment setup-project wizardFor a winform application I have to create an installer project, here is what I have as choice: What is …
visual-studio-2013 setup-project setup-wizardI have a setup and deployment project in Visual Studio 2010 The default location of Application Folder is set to C:\[…
visual-studio-2010 visual-studio installation setup-project setup-deploymentWhen setting up a Setup Project in Visual Studio 2010 and even to I removing all the prerequistes .NET 4.0 is still …
.net visual-studio-2010 setup-projectI'm using a setup project in visual studio 2010 to create an installer for a program I'm working on. I want …
c# .net visual-studio-2010 setup-projectI've got a windows service, built using C#, that is installed via a VS2008 setup project, and am having a …
c# visual-studio-2008 setup-project