Re: [GENERAL] Silent install 8.3 diiffers from 8.2

2008-08-20 Thread Blakely, Jerel (Mission Systems)
ty [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2008 3:39 PM To: Blakely, Jerel (Mission Systems); pgsql-general@postgresql.org Subject: RE: [GENERAL] Silent install 8.3 diiffers from 8.2 Jerel- any chance of running the postgres start script under god rights e.g. runas /noprofile /user

Re: [GENERAL] Silent install 8.3 diiffers from 8.2

2008-08-20 Thread Martin Gainty
official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Subject: Re: [GENERAL] Silent install 8.3 diiffers from 8.2

Re: [GENERAL] Silent install 8.3 diiffers from 8.2

2008-08-20 Thread Blakely, Jerel (Mission Systems)
Has this issue been resolved by anyone? I can install over and over manually but any attempt at silent install fails with the same. > "Service 'PostgreSQL Database Server 8.3' (pgsql-8.3) failed to start. > Verify that you have sufficient privileges to start system services." It works fine with 8

Re: [GENERAL] Silent install 8.3 diiffers from 8.2

2008-05-06 Thread Syra . Didelez
anyone ? - Syra Didelez - Apogee Portal Deployment Manager Apogee Portal Hotfix Manager Agfa-Gevaert N.V. Tel.: +32 3 444 4237 http://www.agfa.com

[GENERAL] Silent install 8.3 diiffers from 8.2

2008-04-08 Thread Syra . Didelez
"You should probably send those logs to the list, rather than straight to me. However, this line sticks out at me: 2008-04-07 07:43:14 GMT FATAL: lock file "postmaster.pid" already exists 2008-04-07 07:43:14 GMT HINT: Is another postmaster (PID 3724) running in data directory "F:/B"? Is it

Re: [GENERAL] Silent install 8.3 diiffers from 8.2

2008-04-07 Thread Syra . Didelez
"You should probably send those logs to the list, rather than straight to me. However, this line sticks out at me: 2008-04-07 07:43:14 GMT FATAL: lock file "postmaster.pid" already exists 2008-04-07 07:43:14 GMT HINT: Is another postmaster (PID 3724) running in data directory "F:/B"? Is it

Re: [GENERAL] Silent install 8.3 diiffers from 8.2

2008-04-06 Thread Craig Ringer
[EMAIL PROTECTED] wrote: > With postgresql-8.3-int.msi I always run into the following security > error: > > "Service 'PostgreSQL Database Server 8.3' (pgsql-8.3) failed to start. > Verify that you have sufficient privileges to start system services." What are the full details from the system e

[GENERAL] Silent install 8.3 diiffers from 8.2

2008-04-05 Thread Syra . Didelez
Hello, With the postgresql-8.2-int.msi, i used to do a succesful install with the following options BASEDIR=C:\Postgres DATADIR=D:\PostgresData INTERNALLAUNCH=1 DOSERVICE=1 CREATESERVICEUSER=1 SERVICEACCOUNT=postgres SERVICEDOMAIN=%COMPUTERNAME% SERVICEPASSWORD=123qwe-. DOINITDB=1 ENCODING

Re: [GENERAL]silent install

2007-10-12 Thread longlong
2007/10/12, Richard Huxton <[EMAIL PROTECTED]>: > > Please remember to cc: the list. sorry. The first result of that search is this page: > http://pgfoundry.org/pipermail/pginstaller-devel/2005-November/000712.html > If you read the next couple of messages you get to this page: > http://pgfoundr

Re: [GENERAL]silent install

2007-10-11 Thread Richard Huxton
Please remember to cc: the list. longlong wrote: i have done what you said before,there always are people asking and no answer. spelling error can be the reason or not? Try using http://www.google.com/ Search for "postgresql silent install error 2711" - the top result seems relevant. In p

Re: [GENERAL]silent install

2007-10-11 Thread Richard Huxton
longlong wrote: hi all, msiexec /i D:\usr\local\postgre\postgresql-8.2-int.msi /qb INTERNALLAUNCH=1 ADDLOCAL=server,psql,docs SERVICEDOMAIN="%COMPUTERNAME%" CREATESERICEUSER=1 BASEDIR="d:\usr\local\postgres" SERVICEACCOUNT="postgres" SERVICEPASSWORD="postgres" SUPERPASSWORD="11" PERMITREMOTE

[GENERAL]silent install

2007-10-10 Thread longlong
hi all, msiexec /i D:\usr\local\postgre\postgresql-8.2-int.msi /qb INTERNALLAUNCH=1 ADDLOCAL=server,psql,docs SERVICEDOMAIN="%COMPUTERNAME%" CREATESERICEUSER=1 BASEDIR="d:\usr\local\postgres" SERVICEACCOUNT="postgres" SERVICEPASSWORD="postgres" SUPERPASSWORD="11" PERMITREMOTE=1 i try to the s

[GENERAL] silent install of postgres for an embedded purposes

2007-07-25 Thread Stephen Ince
Hi. I am new to postgres and I am porting an application to windows that is using postgresql as it's backend. I am also trying to do a silent install of postgres. I would also like to install postgres on a usb thumbdrive. It is just for demo purposes. 1) Can you have more than one instance of