将补丁(通过补丁设计视图创建)应用于已安装的先前快速补丁
对于我们的一款产品,我们部署了两个快速补丁来更新一些文件。最近,为了解决产品中的问题,我们需要在补丁中包含新的自定义操作。由于在快速修补程序的情况下不可能添加自定义操作,因此我们必须创建完整的修补程序(通过 Install Sheild 中的修补程序设计视图)。
现在我们面临的问题是,虽然显示新补丁安装成功,但新补丁的更新并没有反映在目标系统中。我的问题是,是否可以在已安装快速补丁的系统上应用完整补丁。
维尼特
For one of our product, we deployed two quick patches to update few files. Recently, to overcome an issue in the product we needed to include a new custom action in the patch. As adding a custom action is not possible in case of quick patch we had to create a full patch instead (through Patch Design View in Install Sheild).
Now the problem we are facing is, though it shows installation of new patch is successful, updates of the new patch do not get reflected in the target system. My question, is it possible to apply a full patch over a system that has quick patches already installed.
Vinit
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
理论上,是的,您可以创建这样的补丁。实际上,由于它需要在新升级的映像中准确地重新创建快速补丁中应用的更改,因此很少有人尝试这样做。我的建议是创建一个重大升级。但如果你确实需要一个小的升级补丁,你应该能够欺骗它。
In theory, yes, you can create such a patch. In practice, since it requires exactly recreating the changes applied in the quick patches in your new upgraded image, very few people try to do this. My recommendation is to just create a major upgrade. But if you truly require a minor upgrade patch, you should be able to finagle it.