I have a Setup deployment project in VS 2010. The project compiles perfectly with the GUI interface of VS 2010, but any time I trying to compile it via vs cmd (devenv.com) it comes up with this error:
I\'m using a vdproj to create a .msi file.开发者_开发知识库 I have a continuous integration server that needs to install our program on a dedicated machine. I\'d like for it to run the .msi file yet
I have a web deployment project in Visual Studio 2010 that is failing to install on a Windows Server 2008 R2 box with error 1603. After turning on msi logging,开发者_JAVA百科 I see:
Im trying to replace the ProductName held inside a Visual Studio setup project by performing a regex on the file in my msbuild script. To do the regEx replacement Im trying to use msbuild extension pa
I am trying to make some modifications to our build processes which ensure that our vdproj files do not execute builds, they just package already build DLL\'s from a given location.
We have large C# application spanning many projects which is packaged into an .MSI file by running MSBuild (or through Visual Studio 2010) on a .VDProj file. The installation usually works fine, and w
It seems like it\'s still not possible to build .vdproj on a build-server without having Visual Studio installed. However, using Wix seems to be a lot more complicated.
I\'m l开发者_StackOverflowooking for some c# sample code or a tool that could parse .vdproj file (Visual 2010 Studio Setup and Deployment Project).I wrote a simple console application that converts a
I want to generate MSI files from a .vdproj file using the devenv command ina command prompt. This command is running well but no MSI file is generated. What is wrong?
I\'m using Tea开发者_StackOverflowmCity to automatically build my solution with msbuild and it seems that .vdproj are not supported. What are my options to build an msi/installer ?