Re: [GENERAL] Installing PostGreSQL automatically

2006-06-05 Thread Greg
stalled on numerous machines. So what do I put for the username and password values in the command prompt? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Magnus Hagander Sent: 05 June 2006 03:30 PM To: Greg; pgsql-general@postgresql.org Subject: Re: [GENERAL]

Re: [GENERAL] Installing PostGreSQL automatically

2006-06-05 Thread Magnus Hagander
> tried calling the '-int' MSI but I get an error telling me > "The installer has encountered an unexpected error installing > this package. This may indicate a problem with the package. > The error code is 2711." > > This is my command line > > msiexec /i postgresql-8.1.msi /qr INTERNALLAUNC

FW: [GENERAL] Installing PostGreSQL automatically

2006-06-05 Thread Greg
:28 PM To: Greg Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Installing PostGreSQL automatically Greg, did you try to start the installer like postgresql814.msi /qb . ??? That is rather doomed to failure. You should try the msiexec If you call msiexec without parms, it will

Re: [GENERAL] Installing PostGreSQL automatically

2006-06-05 Thread Harald Armin Massa
Greg, did you try to start the installer like postgresql814.msi /qb . ??? That is rather doomed to failure. You should try the msiexec If you call msiexec without parms, it will give you a online help with all the parms. Thoes /q are from Microsoft, not from Magnus :) best wishes, Har

Re: [GENERAL] Installing PostGreSQL automatically

2006-06-05 Thread Magnus Hagander
> Normal none Normal interactive user installation > Reduced /qr No user interaction. "Full size" progress window including > progress descriptions. > Basic /qb No user interaction. Just a basic progressbar and not full > descriptions. > Silent /qn No user information at all. > > > Yet, these

Re: [GENERAL] Installing PostGreSQL automatically

2006-06-05 Thread Greg
006 08:43 AM To: Greg Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Installing PostGreSQL automatically Greg, all the registry-entries are for "convenience", that is: to make it possible for the installer to check if PostgreSQL is installed. So to use PostgreSQL on Win32, si

RES: [GENERAL] Installing PostGreSQL automatically

2006-05-23 Thread Alejandro Michelin Salomon \( Adinet \)
ED] Em nome de Greg -->Enviada em: terça-feira, 23 de maio de 2006 08:46 -->Para: pgsql-general@postgresql.org -->Assunto: Re: [GENERAL] Installing PostGreSQL automatically --> --> --> -->Ok, I have installed PostGreSQL as a service with pg_ctl. --> -->But when I try to start t

Re: [GENERAL] Installing PostGreSQL automatically

2006-05-23 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Greg > Sent: 23 May 2006 12:46 > To: pgsql-general@postgresql.org > Subject: Re: [GENERAL] Installing PostGreSQL automatically > > > Ok, I have installed PostGreS

Re: [GENERAL] Installing PostGreSQL automatically

2006-05-23 Thread Harald Armin Massa
Harald Armin Massa [mailto:[EMAIL PROTECTED] Sent: 23 May 2006 08:43 AM To: Greg Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Installing PostGreSQL automatically Greg, all the registry-entries are for "convenience", that is: to make it possible for the installer to check if

Re: [GENERAL] Installing PostGreSQL automatically

2006-05-23 Thread Greg
: Harald Armin Massa [mailto:[EMAIL PROTECTED] Sent: 23 May 2006 08:43 AM To: Greg Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Installing PostGreSQL automatically Greg, all the registry-entries are for "convenience", that is: to make it possible for the installer to check if Pos

Re: [GENERAL] Installing PostGreSQL automatically

2006-05-22 Thread Harald Armin Massa
Greg, all the registry-entries are for "convenience", that is: to make it possible for the installer to check if PostgreSQL is installed. So to use PostgreSQL on Win32, simple distribute the files found within PostgreSQL/8.1/ from a normal installation. ["normal" is quite a challenge nontheless,

Re: [GENERAL] Installing PostGreSQL automatically

2006-05-22 Thread Greg
? -Original Message- From: Harald Armin Massa [mailto:[EMAIL PROTECTED] Sent: 22 May 2006 04:51 PM To: Greg Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Installing PostGreSQL automatically Greg, http://pginstaller.projects.postgresql.org/silent.html read on there. best wishes, Harald

Re: [GENERAL] Installing PostGreSQL automatically

2006-05-22 Thread Harald Armin Massa
Greg, http://pginstaller.projects.postgresql.org/silent.html read on there. best wishes, Harald On 5/22/06, Greg <[EMAIL PROTECTED]> wrote: Hi, I am creating a Windows Application in .NET that will use PostGreSQL for the database. I will be using Installshield to install to my appli

[GENERAL] Installing PostGreSQL automatically

2006-05-22 Thread Greg
Hi,   I am creating a Windows Application in .NET that will use PostGreSQL for the database. I will be using Installshield to install to my application, and would like PgSQL to be installed in the background.   What files/registry entries do I need to make to have this done?   Thanks