LoginSignup
9
6

More than 3 years have passed since last update.

PostgreSQL(Windows)インストール時に『an error occured executing the microsoft vc++ runtime installer』が発生

Last updated at Posted at 2019-08-31

はじめに

PostgreSQLのv9.1とかの頃によく見て、最近は発生していなかったのですが、ちょうどさっきv9.6の最新をWindows10(1903)に入れようとした際に出たので、自分の備忘録に残します。

インストール方法

普通に実行ファイル(.exe)をクリックしても「an error occured executing the microsoft vc++ runtime installer」とメッセージが表示されるので、以下の手順でインストールを実行します。

C:\> cd [exeの存在するフォルダ(※ここではC:\tmp)]
C:\tmp> postgresql-9.6.x.x-windows.exe --install_runtimes 0

最後に

最初から入っているからか、それとも上位のバージョンがすでに入っているからなのか、原因を調べきっていませんが、とりあえず無事インストールできました。

9
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
6