开发者

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

开发者 https://www.devze.com 2022-12-25 10:43 出处:网络
I\'m using Tea开发者_StackOverflowmCity to automatically build my solution with msbuild and it seems that .vdproj are not supported. What are my options to build an msi/installer ?

I'm using Tea开发者_StackOverflowmCity 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.

Edit: I forgot to mention it's a WPF .exe application


You could always try your hand at WiX, there is some support for using WiX through Visual Studio via the Votive WiX Project. Also there is the open source WixEdit.

If you are using VS 2010 you can also take a look at the InstallShield Limited Edition, which is included for free. If you aren't using 2010, then its a good reason to upgrade :)


I've created something for a project I worked for some time ago.

Use MSBuild Community Tasks and take a look at the IIS tasks.

0

精彩评论

暂无评论...
验证码 换一张
取 消