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.
Edit: I forgot to mention it's a WPF .exe application