用vs2010打补丁并安装shield LE
我有一个带有 Visual Studio 2010 的 TFS 设置并安装了shield LE。我想知道是否有人可以回答我这个问题(抱歉,如果这只是简单的无知)
当我使用 tfs 排队构建时,一切顺利。安装程序是作为我的项目的一部分创建的,一切都很愉快。我想知道是否有办法通过这种类型的设置来发布补丁。因此,如果我更改解决方案中各个项目中的代码,并且我希望构建一个安装程序,仅以补丁的形式应用所述更改,我需要做什么?需要明确的是,我可以对新构建进行排队。删除计算机上的现有应用程序并安装经过更改的新版本,我只是想知道是否有更简单/更好的方法?
I have a TFS setup with visual studio 2010 and install shield LE. I was wondering if anyone can answer me this question (sorry if its just plain ignorance)
When I queue a build with tfs all goes well. The installer is created as part of my project and all is merry. I want to know if there is a way to release a patch via this type of setup. So if i change code in various projects in the solution, and I want to have an installer built that will just apply said changes in the form of a patch, what would i need to do? Just to be clear, I can queue a new build. Remove the existing application on a machine and install the new build with the changes, I am just wondering if there is an easier/better way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您想创建 MSI 补丁作为设置的一部分? IE。您第二次运行构建,它会创建一个关于第一次构建的补丁安装程序?
这并不像听起来那么容易。为了能够创建 MSI 补丁,您需要两个 MSI 才能进行完整设置,以便能够确定两个版本之间的差异。
有关 MSI 修补的更多信息,请参阅此处。< /a>
I assume you want to create an MSI-patch as part of your setup? Ie. you run the build for the second time and it creates a patch installer with regards to the first build?
This is not so easy as it sounds. To be able to create an MSI patch, you need both MSI's for a full setup to be able to determine the delta between the two versions.
For more information about MSI patching, see here.