为什么不能安静地安装vcredist_x86.exe? [英] why cant vcredist_x86.exe installed quietly?

查看:116
本文介绍了为什么不能安静地安装vcredist_x86.exe?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要安静地安装vcredist_x86.exe(Microsoft Visual C ++ 2010可再发行组件包).我在cmd.exe上输入了"vcredist_x86.exe/q".但是,vcredist_x86没有成功安装.我使用任务管理器检查发生了什么.我发现一个名为"msiexec.exe"的进程一直存在,直到您将其杀死为止.

I need to install vcredist_x86.exe (Microsoft Visual C++ 2010 Redistributable Package) quietly. I entered "vcredist_x86.exe /q" on cmd.exe. However, vcredist_x86 didn't install successfully. I used Task Manager to inspect what happened. I found out that a process named "msiexec.exe" keeps alive until you kill it.

推荐答案

VC ++ 2005是使用较旧版本制作的,因此参数/q(/qb)或/passive/norestart将不起作用(此处提到:

VC++ 2005 is made with older version so arguments /q (/qb) or /passive /norestart will not work (mentioned here: http://blogs.msdn.com/b/astebner/archive/2010/10/20/10078468.aspx).

对于安静模式,请使用/Q 开关,使所有参数运行vcredist_86.exe /?

For quiet mode use /Q switch, to get all parameters run vcredist_86.exe /?

这篇关于为什么不能安静地安装vcredist_x86.exe?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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