Visual Studio C++ 的可再发行合并模块在哪里?特快版?

发布于 2024-09-07 07:18:38 字数 323 浏览 1 评论 0原文

我之前为使用 Visual C++ 2008 Express 版本和 Wix (Windows Installer Xml) 编译的程序创建了 MSI 安装程序。我只需要从 c:\Program Files\Common Files\Merge Modules*.msm 引入 C++ 运行时可再发行组件的合并模块。我预计该过程与 Visual C++ 2010 Express 类似,但到目前为止我还没有找到合并模块。它们可能不再出现在 Express 版本中了吗?是否有一种新的首选方法可以使用 Wix 为我的包含运行时可再发行组件的 C++ 应用程序创建 Windows 安装程序?

预先感谢您的任何帮助或建议

I have created MSI installers for programs compiled with Visual C++ 2008 Express edition and Wix (Windows Installer Xml) before. I just needed to bring in the merge modules for the C++ runtime redistributables from c:\Program Files\Common Files\Merge Modules*.msm. I expected the procedure would be similar with Visual C++ 2010 Express, but so far I have not been able to find the merge modules. Are they perhaps no longer in the Express edition? Is there a new preferred way to create a windows installer with Wix for my C++ application that includes the runtime redistributables?

Thanks in advance for any help or advice

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

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

发布评论

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

评论(2

浮生未歇 2024-09-14 07:18:38

Visual C++ Express 2010 中不包含合并模块。悲伤和绝望。

The merge modules are not included with Visual C++ Express 2010. Sadness and despair.

雨的味道风的声音 2024-09-14 07:18:38

您可以在 GitHub 中搜索已包含所需合并模块的项目。例如:Microsoft_VC100_CRT_x64.msm

You can search GitHub for a project already containing the desired merge modules. For example: Microsoft_VC100_CRT_x64.msm

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