使用 WiX 3.0 修补类库/dll
是否可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,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.