Top "Deployment-project" questions

how to manually remove MSI installation?

I am learning VS 2008 setup project to create install for our C# application. I made a mistake trying to delete …

.net windows windows-installer deployment-project
Installing a new version of a deployment project over old version

I have a deployment project which will not let me install over an older version. The msi file says to …

deployment windows-installer deployment-project
HRESULT = '80004005' in Visual Studio 2008 Setup Project

When I try to build my setup project, I get the following error: "An error occurred while validating. HRESULT = '80004005…

visual-studio-2008 deployment installation setup-deployment deployment-project
Building Visual Studio Deployment Project (.vdproj) through the command line

I have a deployment project deployment.vdproj to which I have added the project output of project.csproj. I want …

build-automation deployment-project