Can't install PostgreSQL: An error occurred executing the Microsoft VC++ runtime installer on Windows XP

前端 未结 14 1295
眼角桃花
眼角桃花 2021-01-30 12:08

I downloaded installer postgresql-9.0.1-1-windows.exe from the official site, ran it, and then got an error:

An error occurred executing the Microsoft VC+

14条回答
  •  长情又很酷
    2021-01-30 12:41

    • Create a shortcut of your EXE file;
    • right click on the shortcut → add --install_runtimes 0 at the end of the target path, e.g.:

      postgresql-9.3.1-1-windows-x64.exe --install_runtimes 0
      
    • save and run it :)

提交回复
热议问题