使用 TFS 和 InstallShield 2011 构建自动化
我们有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
如果您使用集成到 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.