Re: BUG #5462: Can't intall onclick installer from EnterpriseDB - Mailing list pgsql-bugs

From Craig Ringer
Subject Re: BUG #5462: Can't intall onclick installer from EnterpriseDB
Date
Msg-id 4BF12F67.8090705@postnewspapers.com.au
Whole thread Raw
In response to BUG #5462: Can't intall onclick installer from EnterpriseDB  ("" <guxiaobo1982@gmail.com>)
List pgsql-bugs
On 17/05/2010 7:44 PM, guxiaobo1982@gmail.com wrote:
>
> The following bug has been logged online:
>
> Bug reference:      5462
> Logged by:
> Email address:      guxiaobo1982@gmail.com
> PostgreSQL version: 8.4
> Operating system:   Windows XP SP2
> Description:        Can't intall onclick installer from EnterpriseDB
> Details:
>
> It's seems the installed has bug with  Windows directory seperator chars, in
> Windows it should be '\', but the installer convert it to '/', cause the
> server can't read config files.

Windows understands '/' separators just fine, and has since Windows NT
4. It's only in the command shell that it may have problems, because
some Windows programs interpret '/' as the start character for option
switches.

Is there any chance you can provide your installation log, and report
the paths you tried to install the Pg programs and data directory to?

What language does your copy of Windows use? Running the following
command (all one one line) in a cmd.exe window and reporting the output
would help:

reg query "hklm\system\controlset001\control\nls\language"
/v Installlanguage

as would running this command in cmd.exe:

     chcp

and, agan, reporting the output.

Also, what was the exact error message given when the install failed? (
A screenshot wouldn't hurt ).

--
Craig Ringer

pgsql-bugs by date:

Previous
From: ""
Date:
Subject: BUG #5462: Can't intall onclick installer from EnterpriseDB
Next
From: "huangyi"
Date:
Subject: BUG #5461: Cross-compilation PostgreSQL on arm