Search code examples
msbuild.net-2.0build-automationnantteamcity

Are there installers that can be used to automate builds with msbuild for .NET 2.0 projects


I just realised I can not run my vdproj file from msbuild without calling Visual Studio.

What a showstopper for atomated builds!

Can you recommend another installer, that allows to compile your setup for a .NET 2.0 Winform-application from commandline?


Solution

  • WIX see: http://wix.sourceforge.net/

    Established, open source MSi based installer. Better still you can migrate buildt msi's from the output of your vdproj. Plus you not longer need to have visual studio to do your builds.