Windows下PostgreSQL安装installer问题

今天在Windows下安装PostgreSQL,提示这样的错误:an error occured executing the Microsoft VC++ runtime installer。

在百度经验找到解决方案,步骤如下:

①打开命令提示符,使用cd命令切换目录到PostgreSQL的安装目录。

②然后输入如下命令postgresql-9.3.5-1-windows-x64.exe --install_runtimes 0。其中postgresql-9.3.5-1-windows-x64.exe为你的安装包名称。

原文链接地址如下:百度经验

你可能感兴趣的:(PostgreSQL)