修补程序创建最佳实践

编程入门 行业动态 更新时间:2024-10-25 07:28:47
本文介绍了修补程序创建最佳实践的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在寻找热点修复创建的应用程序或最佳实践,并在现场提供。意思是避免执行应用热修复所需的预定义步骤列表,例如: 替换文件(库,可执行文件,到目前为止) 。 - 停止/启动服务 - 写/读注册表 - 等 目前我正在使用Wix Installer进行此类操作,但每次热修复都需要一些时间重复相同的步骤。 我相信某些应用程序已经存在并成功完成了这项工作。有人会建议吗? 我尝试过的事情: 现在我正在使用Wix Installer Bootstrapper来收集所有msi并将它们打包在一起。 或者,可以在现场手动完成。

解决方案

也许高级安装程序将是您感兴趣的: Windows Installer补丁 [ ^ ] 使用 Microsoft Windows进行修补安装程序请参阅:补丁(Windows) [ ^ ]

I am looking for an application or best practice of hot-fix creation and delivering it onsite. The meaning is to avoid doing a list of pre-defined steps needed to apply the hot-fix, e.g: Replace files (libraries, executable, end so far). - Stop/start services - Write/Read registry - etc. For now I am using Wix Installer for this kind of things, but it takes some time to repeat the same steps all the time for each hot-fix. I believe that some application already exists and successfully does the job. Can someone suggest something? What I have tried: Now I am using Wix Installer Bootstrapper to gather all the msi and pack it together. Or, it is possible to do it manually onsite.

解决方案

Maybe Advanced Installer will be of interest to you: Windows Installer Patches[^] For patching using Microsoft Windows Installer see: Patching (Windows)[^]

更多推荐

修补程序创建最佳实践

本文发布于:2023-05-29 23:05:38,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/355032.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:程序

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!