使用 TFS 和 InstallShield 2011 构建自动化

发布于 2024-09-29 08:49:44 字数 134 浏览 3 评论 0原文

我们有一个 TFS 构建,它为 2 个不同的解决方案输出 2 个 exe。现在,我如何将我的构建与 InstallShield 集成,以在我的安装程序中使用这两个解决方案的这些 exe。

任何信息点将不胜感激。

非常感谢!

We have a TFS build which outputs 2 exe's for 2 different solutions. How do I now integrate my build with InstallShield to use these exe's of both the solutions in my installer.

Any points to information would be greatly appreciated.

Thanks much in advance!!

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

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

发布评论

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

评论(2

岁吢 2024-10-06 08:49:44

TFS/MsBuild 中没有“按原样”集成。您必须打开 TFS 用于每个解决方案的 msbuild 脚本,并指定将启动 installshield 的目标。

There is no "as is" integration for this in TFS/MsBuild. You must open the msbuild script that TFS uses for each of your solutions and specify a target that will launch installshield.

优雅的叶子 2024-10-06 08:49:44

如果您使用集成到 VisualStudio 版本的 InstallShield 2011,则安装程序可以成为解决方案的一部分。但是您必须在 TFS 构建计算机上安装独立版本的 InstallShield。完成后,InstallShield 项目也由 TFS 自动构建。

If you use the integrated into VisualStudio version of InstallShield 2011, the setup can be part of the solution. But you have to install the stand alone version of InstallShield on TFS build machine. This done, InstallShield projects are built automatically by TFS, too.

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