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 ...
4
votes
3answers
1k views
Build merge module without Devenv from .vdproj
I read quit a few Stackoverflow Questions about building mergemodules via commandline but all of them were accepted when either somebody suggested to use devenv for compilation or use Dark to create ...
3
votes
5answers
2k views
I have a error building a .vdproj on msbuild with nant
I'm getting used to using nant for build releases. But I have started to use asp.net MVC, and i choice make the setup for installation with a .vdproj .
But, when I call the:
< exec ...
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 ...
2
votes
2answers
581 views
Deployment projects not supported by msbuild: what are my options?
I'm using TeamCity to automatically build my solution with msbuild and it seems that .vdproj are not supported. What are my options to build an msi/installer ?
Install Visual Studio on the build ...
0
votes
1answer
140 views
MSBuild create VDPROJ
I know that msbuild does not support VDPROJ files, but it maybe built using command line devenv.
I want to build all prjects (C#) using msbuild task and only after that starting specific setup ...
0
votes
1answer
440 views
using MSBuild.ExtensionPack.FileSystem.File Replace on vdproj
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 ...
0
votes
2answers
195 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 ...
0
votes
3answers
2k views
Is a separate Visual Studio license required for a build machine?
I know that some companies allow you to install their products on build machines as required without requiring a separate license (DevExpress is one that comes to mind). However I was wondering if ...