MSM(合并模块)文件可以在 Inno-Setup 中使用吗?
我可以包含 MSM 文件并在 Inno-Setup 中执行它吗?如果没有,我该如何正确安装合并模块?我需要在我的应用程序中安装 SOAP3,并且需要一些指导。我是否必须将 MSM 包装到自定义 MSI 中,然后让 Inno 执行 MSI 文件?我将使用什么来为 MSM 创建干净且愚蠢的 MSI 文件?感谢您提前提供的任何帮助。
Can I include a MSM file and execute it within Inno-Setup? If not, how would I properly install a merge module? I am needing to install SOAP3 with my application and need a bit of guidance. Will I have to wrap the MSM into a custom MSI and then have Inno execute the MSI file? What would I use to create a clean and stupid MSI file for the MSM? Thanks for any help in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,不幸的是它不能,但您的 Visual Studio 可以创建包含您可以包含的 msm 的“安装和部署”项目。
请按照下列步骤操作:
No, unfortunately it can't, but your Visual Studio can create "Setup and Deployment" projects containing the msm's which you can include.
Follow these steps: