PostgreSQL 9 install on Windows: “Unable to write inside TEMP environment path.”

后端 未结 22 2168
时光说笑
时光说笑 2020-12-15 04:30

I am attempting to install PostgreSQL 9 (postgresql-9.0.3-1-windows.exe) on my WinXP machine and get the following error at the start:

22条回答
  •  渐次进展
    2020-12-15 04:53

    The answer in the following page helpped me. http://forums.enterprisedb.com/posts/list/3040.page

    1. run-> regedit and take backup of registry using export
    2. HKEY_LOCAL_MACHINE->SOFTWARE->Classes->CLSID->B54F3741-5B07-11cf-A4B0-00AA004A55E8} -> InprocServer32
    3. Modify registry entry with new value as C:\Windows\System32\vbscript.dll

    In fact, I found there are 3 entries of HKEY_LOCAL_MACHINE->SOFTWARE->Classes->CLSID->B54F3741-5B07-11cf-A4B0-00AA004A55E8}, and set the first one as above, it works.

提交回复
热议问题