如何静默安装vc ++ redistributable软件包
问题描述:
我正在尝试静默安装vc ++ redistributable软件包,但是我收到了一个对话框提示
I am trying to install a vc++ redistributable package silently, but I am getting a dialog prompt
msiexec /I vc_redist.x64.exe /qn ALLUSERS=1 REBOOT=ReallySuppress /L*V "C:\temp\example.log"
但它会继续提示一个带选项的弹出框。那么,我该如何安装这个包没有任何中断。
谢谢,
Dinesh
答
那么,运行vc_redist.x64.exe /?在命令行上给了我窗口:
Well, running vc_redist.x64.exe /? on the command line gave me the window:
请尝试使用vc_redist.x64.exe / install / quiet / norestart作为命令行?
So try vc_redist.x64.exe /install /quiet /norestart as your command line?