查找vcredist_x86.exe的合并模块 [英] Find merge modules for vcredist_x86.exe

查看:62
本文介绍了查找vcredist_x86.exe的合并模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

位于

您还应该在磁盘上具有合并模块,只需进行搜索(如果已在其上安装了Visual Studio,盒子).像这样的东西: C:\ Program Files(x86)\ Microsoft Visual Studio \ 2017 \ [EditionHere] \ VC \ Redist \ MSVC \ [VersionHere] \ MergeModules ...>

但是,上述套件项目应允许您运行可执行版本,但如果使用的是较旧的Installshield版本,则不允许运行.

The latest visual studio c++ redistributable is located here. But the problem is that I want to include it to install shield installation and it needs merge module rather then exe file.

How can I find corresponding merge module (msm file)? Is there a way to download it to installshield somehow?

解决方案

In Summary: Use Installshield to install the executables for the VC++ runtime via "suite projects" (chain of setups to install with launcher), or locate the merge modules on disk on systems with Visual Studio installed and copy relevant items to Installshield redistributable folder.

Remember to test well, and also do a Windows Update after installation to check if there are pending security fixes (your merge modules might not be up to date). Try updating Visual Studio if you see problems - or install the latest SDK manually and look for newer versions of the merge modules.


The Redistributables View doesn't show you anything to download? Also please read this on why you should use the executables instead of the merge modules. Top-end, newer versions of Installshield allow you to create Suite projects (See link for details, here is a screenshot):

You should also have the merge modules on disk, just do a search (if you have Visual Studio installed on that box). Something like: C:\Program Files (x86)\Microsoft Visual Studio\2017\[EditionHere]\VC\Redist\MSVC\[VersionHere]\MergeModules.

However, the suite projects mentioned above should allow you to run the executable version(s), but not if you are using older Installshield versions.

这篇关于查找vcredist_x86.exe的合并模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆