Top "Setup-project" questions

Programs used to create installers are generically called setup projects.

Set write permissions for all users for my program folder

I have build a program in Visual Studio. The program creates a logfile and writes into it while the program …

c# .net permissions windows-xp setup-project
Copying a file to a specific directory during installation using Visual Studio Setup Project

I have a file - say readme.txt that I want to copy or insert to a directory say C:\…

c# visual-studio-2008 setup-project
.net Setup Project: How to pass multiple CustomActionData fields

In a .net "Setup Project", it is possible to add one or more custom screens in the setup wizard, with …

c# .net setup-project
Bootstrapper Manifest Generator for Visual Studio 2010

I'm looking for Bootstrapper Manifest Generator for VS2010. Where can I download it? I want to include MySQL installer in …

c# mysql setup-project bootstrapper
Visual Studio 2010 - RemovePreviousVersions

I have a Visual Studio 2010 Deployment Project with the following settings: DetectNewerInstalledVersion = True InstallAllUsers = True RemovePreviousVersions = True The project I …

visual-studio-2010 installation setup-project
Updating GAC dlls

I got a DLL registered in the GAC which has a bug in it (v4.2.0). I've therefore fixed that bug, …

c# visual-studio-2010 setup-project gac
Visual Studio Setup Project doesn't upgrade to new program

Ok, here are the steps I've taken... Create and customize Setup project Set Setup project Version=1.0.0 Build Setup project Install …

visual-studio setup-project
Custom Action not working - Visual Studio Setup Project

In the past we have used Advanced Installer to build our .msi installers for a particular project. Our yearly license …

visual-studio-2010 installation registry setup-project custom-action
What is the standard way to organize Android code in project

I'm new in android, I want to know what is the right way to write a code in an android …

android architecture model project setup-project
How to include dependencies in Setup and Deployment Project?

I have a solution that consists of 3 projects. I've created a deployment project it is only including the dependencies from …

visual-studio-2010 visual-studio setup-project setup-deployment