与 TFS2010+MSBuild 集成的最佳安装程序

发布于 2024-09-25 18:34:43 字数 313 浏览 2 评论 0原文

因此,看起来 Microsoft 的安装程序项目不是使用 MSBuild 构建的。这就是我们在 TFS2010 中使用的。

这意味着我签入代码、持续集成构建的梦想->安装程序目前已被浇灭。

我知道人们正在这样做,所以他们一定使用了其他一些安装技术。我注意到 VS2010 现在附带了 installsheild lite。我只想用安装程序做一些基本的事情,在启动时运行之类的事情。我应该追求 installsheild lite,看看 WiX 还是有更好的东西。

我的主要标准是它无缝集成到解决方案中,以便我们可以让 TFS2010 进行持续集成和夜间构建。

So it looks like Microsoft's installer projects don't build with MSBuild. Which is what we are using with TFS2010.

This means that that my dream of check in the code, continuous integration build-> installer are currently doused.

I know people out there are doing it, so they must be using some other installer tech. I noticed VS2010 now comes with installsheild lite. I just want to do some basic stuff with the installer, run on startup kind of stuff. Should I pursue installsheild lite, look at WiX or is there something better.

My main criteria is that it integrates seamlessly into the solutions so that we can have TFS2010 doing our continuous integration and nightly builds.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夜光 2024-10-02 18:34:43

一路WIX。我们使用它为我们的企业部署打包近一百种不同的 MSI。

http://wix.codeplex.com/

包规范通过 XML 文件实现。有一点学习曲线,但它非常强大......并且 MSBuild 可以构建它们。

WIX all the way. We use it to package close to a hundred different MSIs for our corporate deployments.

http://wix.codeplex.com/

Package specification is via XML files. There's a bit of a learning curve, but it is very powerful... and MSBuild can build them.

情深已缘浅 2024-10-02 18:34:43

据我了解,InstallShield 将成为未来开箱即用的推荐。 Wix 很酷而且功能强大,但是第一天的体验......呃......不太令人愉快。

It is my understanding that InstallShield is going to be the out of the box recommendation going forward. Wix is cool and powerful, but the day 1 experience is...err... less than pleasing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文