Re: Installing postgresql on windows 7

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Twaha Daudi <uddessy(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Installing postgresql on windows 7
Date: 2011-11-22 05:13:45
Message-ID: CAG7mmoxuMohiJSc1MZeVUTSm60mE98N3urW2tMvfQkd=LRx6Tg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Nov 22, 2011 at 3:36 AM, Twaha Daudi <uddessy(at)gmail(dot)com> wrote:

> Hello all,
> I have tried to install windows 7 on 64bit Acer machine.Both postgresql
> 8.4 and 9.0 giving error;
> "An error cocured executing the Microsoft VC++ runtime installer "error
> for 8.4.while for 9.0 giving me error "Unable to write inside TEMP
> enveronment variable?
>
Looks like your TEMP environment variable is not properly set.
Can you please tell me what is the output of this command: "echo %TEMP%"?

If it is not properly set, please set it to
"%USERPROFILE%\AppData\Local\Temp".
Then try to run the installer.

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company<http://www.enterprisedb.com>

> I have tried to check for WSH which is enabled,run as administrator
> without success.
> What could be the problem?
> thanks in advance
> huu
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Benjamin Arai, Ph.D. 2011-11-22 07:20:45 Using KNN for objects that have more than 2 dimensions?
Previous Message Scott Marlowe 2011-11-22 04:54:27 Re: Explicitly inserting NULL values into NOT NULL DEFAULT 0 columns