在安装postgreSQL的时候遇到了一下问题:
There has been an error.
an error occured executing the Microsoft VC++ runtime installer

解决方案:

win+r,输入cmd
An error occured executing the microsoft VC++ runtime installer
打开命令行,进入到你下载postgreSQL的目录下
An error occured executing the microsoft VC++ runtime installer
然后输入:postgresql-10.1-2-windows-x64.exe --install_runtimes 0 回车即可正常安装。
An error occured executing the microsoft VC++ runtime installer
An error occured executing the microsoft VC++ runtime installer
An error occured executing the microsoft VC++ runtime installer

END


相关文章: