我已经成功地在WindowsServer2008R2、2012和2012R2上安装了vcredist_x86.exe和vcredist_x64.exe,使用:
start-process -FilePath "vcredist_x86.exe" -ArgumentList "/install /q /norestart" -Verb RunAs -wait但
由于某些原因,这在2008年(不包括R2)、x86或x64上都不起作用。我总是被提示。该文件是从一个\共享安装的。
帮助是徒劳无功的。
谢谢!
发布于 2014-10-28 08:59:56
-wait参数不适用于W2008中的2012年vcredist。
https://stackoverflow.com/questions/26423927
复制相似问题