根据处理器架构安装不同版本的合并模块
我有一个使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论