Building Wix 3.0升级及补丁

发布于 2024-07-22 04:37:24 字数 165 浏览 10 评论 0原文

1)构建、补丁的最佳实践是什么?

2)是否可以在主要升级(产品代码更改)构建之间构建补丁?

3)如何发布产品的内容(静态文件)更新 我们尝试通过补丁来做到这一点,但需要花费大量时间来更新 200 个文件,基本上我们的要求是我们希望在用户安装产品后向用户提供定期内容更新。

1)What are the best practices of building, patches?

2)Is it possible to build patch between major upgrade(Product code is changed) build?

3)How to ship content(static files) update for a product
We tried to do this through patch but is was taking lot of time to update just 200 files, basically our requirement is that we want to ship periodic content update to user after he has install the product.

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

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

发布评论

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

评论(1

伴梦长久 2024-07-29 04:37:24

WiX 文档包含有关创建补丁的信息。 我强烈建议使用 WiX v3.0 Patch 元素而不是旧的 PatchCreation 元素。 可以仅针对您想要的片段进行修补。

The WiX documentation has information about creating patches. I highly recommend using the WiX v3.0 Patch element over the old PatchCreation element. Makes it possible to target patching to only the Fragments you want.

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