我已使用以下方法在Windows Server 2008R2,2012和2012R2上成功安装了vcredist_x86.exe和vcredist_x64.exe:
start-process -FilePath "vcredist_x86.exe" -ArgumentList "/install /q /norestart" -Verb RunAs -wait
BUT
出于某种原因,这不适用于2008(不是R2),也不适用于x86或x64。我总是得到提示。该文件是从\ share。
安装的帮助很多。
谢谢!
答案 0 :(得分:0)
-wait参数不适用于W2008中的2012 vcredist。