BUG #4994: Silent Installation - Mailing list pgsql-bugs

From Ali Al-Aswad
Subject BUG #4994: Silent Installation
Date
Msg-id 200908181738.n7IHcWv4083976@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #4994: Silent Installation  (Magnus Hagander <magnus@hagander.net>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      4994
Logged by:          Ali Al-Aswad
Email address:      alawibh@hotmail.com
PostgreSQL version: postgresql-8.2
Operating system:   Win XP Prof SP2
Description:        Silent Installation
Details:

Hi,,

I'm using the following batch file content to install the postgres:

msiexec /i postgresql-8.2-int.msi /qn INTERNALLAUNCH=1 DOSERVICE=1
DOINITDB=0 ADDLOCAL=server,psql,pgadmin,postgis
SERVICEDOMAIN="%aalaswad-pc%" SERVICEACCOUNT="itrack21" SUPERUSER="postgres"
ENCODING=UTF8  CREATESERVICEUSER=1 SERVICEPASSWORD="cts_user_2009"
SERVICENAME="PostgreSQL Database Server 8.1" SUPERPASSWORD="cts_user_2009"
BASEDIR="c:\postgres"

but, when I try to log-in it gives me the following error:

Server doesn't listen
The server doesn't accept connections: the connection library reports
could not connect to server: Connection refused (0x0000274D/10061) Is the
server running on host "127.0.0.1" and accepting TCP/IP connections on port
5432?

and when I tried to start the windows service manualy it gives me the
following msg:

The PostgreSQL Database Server 8.0 service on Local Computer started and
then stopped. Some services stop automatically if they have no work to do,
for example, the Performance Logs and Alerts service.

Please, help me!

regards,,

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bad interval conversion?
Next
From: Alex Hunsaker
Date:
Subject: Re: Bad interval conversion?