ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

安装PGSQL出现An error occured executing the microsoft VC++ runtime installer

安装PGSQL出现An error occured executing the microsoft VC++ runtime installer

在安装postgreSQL的时候遇到了一下问题:

There has been an error.

an error occured executing the Microsoft VC++ runtime installer

解决办法是:

在窗口中输入如下类似的Dos命令,将当前目录切换到程序的安装文件目录下

我自己的程序安装目录文件在:E:\Software

然后在地址这里用cmd

然后运行:运行 postgresql-14.20-2-windows-x64 --install_runtimes 0

注意:这里的postgresql-14.20-2-windows-x64是你下载的版本的文件名,不要写错了

然后就可以正常安装了:

返回列表