根据处理器架构安装不同版本的合并模块

发布于 2024-09-02 06:11:06 字数 323 浏览 6 评论 0原文

我有一个使用 Visual Studio 部署项目部署的 Windows .net 解决方案。 我的 exe 是一个 win32 应用程序,可以在 x86 或 x64 Windows 上正常运行。

不过,我包含了来自第三方供应商的合并模块 (*.msm),该模块有 x86 和 x64 版本。

现在我可以复制整个部署项目并只更改 msm,但我是一个懒惰的人,最好的办法是将两个 msm 都包含在我的安装程序中,并且只安装适合客户端计算机处理器的模块。

有没有办法通过可视化部署项目来做到这一点?
合并模块似乎缺少像包含的 exe/dll 文件那样的 Condition 属性。

I have a Windows .net solution that is deployed with a Visual Studio Deployment project.
My exe is a win32 app that runs fine on either a x86 or x64 windows.

However I included a merge module (*.msm) from a third party vendor which is available in a x86 and x64 version.

Now I could copy my whole deploy project and just change the msm, but I'm a lazy guy and the best thing would be to include both msm's in my installer and only install the module which fits the processor of the client machine.

Is there a way to do this with Visual Deployment projects?
Merge Modules seem to lack a Condition property like included exe / dll files have.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文