1.在安装Microsoft Visual C++ 2005 SP1 Redistributable时报错:Command line option syntax error.Type Command /? for help.

解决方法:

由提示可以知道在command后面加上/?寻求帮助

:d:\vcredist_x86.exe /?

在提示中可以知道,先将exe解压缩到一个文件夹

:d:\vcredist_x86.exe /T:d:\floder /C

然后再d盘下面的floder下面的exe执行完即可

 

相关文章:

  • 2022-01-27
  • 2021-11-06
  • 2022-03-05
  • 2021-10-05
  • 2021-05-16
  • 2022-12-23
  • 2021-12-30
猜你喜欢
  • 2022-12-23
  • 2021-06-27
  • 2021-04-03
  • 2022-12-23
  • 2021-09-30
  • 2021-11-29
  • 2022-12-23
相关资源
相似解决方案