使用 WiX 3.0 修补类库/dll

发布于 2024-08-22 21:05:48 字数 124 浏览 2 评论 0原文

是否可以使用 WiX 3.0 修补 dll?

我正在尝试为 .net 3.5 项目创建 WiX 3.0 补丁。 该补丁包含所有静态文件更改(aspx、配置文件等),但对隐藏代码(dll)所做的更改并未在补丁中被拾取。

Is it possible to patch dll's using WiX 3.0 ?

I am trying to create a WiX 3.0 patch for a .net 3.5 project.
The patch has all the static file changes (aspx, config file etc) but the changes made to code behind (dll) is not getting picked up in the patch.

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

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

发布评论

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

评论(1

献世佛 2024-08-29 21:05:49

是的,WiX 工具集支持修补所有文件。有没有可能文件没有发生任何变化?如果是这种情况,WiX 工具集足够智能,可以跳过该文件,因为如果它没有更改,就没有理由对其进行修补。

Yes, the WiX toolset supports patching all files. Is it possible that there were no changes to the file? If that is the case, the WiX toolset is smart enough to skip the file since there is no reason to patch it if it didn't change.

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