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: 464
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 server
- Use another installer (WiX, nullsoft, innosetup ?)
- ?!
I already have TeamCity running and building a .zip and I'm looking for the fastest solution.
© Stack Overflow or respective owner