Deployment projects not supported by msbuild: what are my options ?

Posted by Catalin DICU on Stack Overflow See other posts from Stack Overflow or by Catalin DICU
Published on 2010-03-31T14:07:46Z Indexed on 2010/03/31 14:23 UTC
Read the original article Hit count: 438

Filed under:
|
|
|

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 ?

  1. Install Visual Studio on the build server
  2. Use another installer (WiX, nullsoft, innosetup ?)
  3. ?!

I already have TeamCity running and building a .zip and I'm looking for the fastest solution.

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about msi