Deployment projects not supported by msbuild: what are my options ?
- by Catalin DICU
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.