Tagged Questions
11
votes
2answers
2k views
How to convert vdproj file to WiX format?
I need to convert a vdproj file to WiX format so that I can get it building using msbuild. One solution was to call the devenv executable from msbuild and build the vdproj file from there but that's ...
3
votes
3answers
2k views
Automated release script and Visual Studio Setup projects
I think most people here understand the importance of fully automated builds.
The problem is one of our project is now using an integrated Visual Studio Setup project (vdproj) and has recently been ...
0
votes
2answers
188 views
What are the options to build an installer on a build-server without Visual Studio
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.
Are there any other options to ...