From: | Craig Ringer <craig(at)2ndQuadrant(dot)com> |
---|---|
To: | limkimhuot <limkimhuot(at)gmail(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Re: BUG #7628: Installation of PostgreSQL 9.2.1 on Windows 7 may take too long |
Date: | 2012-11-15 01:24:05 |
Message-ID: | 50A44435.2070001@2ndQuadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On 11/15/2012 02:11 AM, limkimhuot wrote:
> Dear all,
>
> Today is my fourth day I have been trying to install PostgreSQL
> (postgresql-9.2.1-1-windows-x64) in my window 7 x64, yet it fails all the
> time.
>
> I don't know much about VB script or I am very new in VB.
>
> Is it correct if I place code of the new environment variable like this:
>
> SYSTEMDRIVER = %SYSTEMDRIVE%
> strProgramFiles = objShell.ExpandEnvironmentStrings("%PROGRAMFILES%")
> strSystemDrive = objShell.ExpandEnvironmentStrings("%SYSTEMDRIVER%")
This is a typo in the installer. It was recognised and fixed a few weeks
ago; I expect the public installers will have the fix in the next patch
release.
You can work around it in the mean time by editing your system
environment settings to add a SYSTEMDRIVER environment variable.
http://support.microsoft.com/kb/310519
--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | stuart | 2012-11-15 06:19:05 | BUG #7661: pgstattuple from unpackaged fails on old installation |
Previous Message | dominique-doisne | 2012-11-14 21:45:56 | BUG #7660: Installation problem |