最近想玩玩Postgresql,下载了一个9.3.2-1的64位版本,文件名为:postgresql-9.3.2-1-windows-x64.exe。安装时却发现有以下问题,根本安装不了。如下图:
在网上找了找,问题原因可能是VC++ runtime 已经安装,所以我们在安装Postgresql时不安装VC++ runtime 即可。方法如下:在postgresql-9.3.2-1-windows-x64.exe文件的同级目录下新建一个bat文件,文件名可以自取,比如postgresql-9.3.2-1-windows-x64.bat,内容如下:
postgresql-9.3.2-1-windows-x64.exe --install_runtimes 0
原文地址:https://yutuo.net/archives/cca6e0e199b9b88c.html