您的位置: 首页 > 文章 > An error occured executing the microsoft VC++ runtime installer An error occured executing the microsoft VC++ runtime installer 分类: 文章 • 2025-01-21 23:31:34 在安装postgreSQL的时候遇到了一下问题: There has been an error. an error occured executing the Microsoft VC++ runtime installer 解决方案: win+r,输入cmd 打开命令行,进入到你下载postgreSQL的目录下 然后输入:postgresql-10.1-2-windows-x64.exe --install_runtimes 0 回车即可正常安装。 END