Thread: Postgre sql win32 silent install

Postgre sql win32 silent install

From
Dobóczy Ákos
Date:
Dear list,

 I'd like to ask you if there is any way to install the PostGre SQL Windows
Server silently. I mean by writing a one line command in the command line or
sg like this... The whole thing is because I'm writing an installer (a
Visual Studio 2003 Setup Project) for an application, which uses PostGre SQL
servers, and I don't want the user to install the PostGre SQL separately,
that's why I'm interested in any legal and technologically possible way to
do it.

Regards,
 Dobóczy Ákos
 developer
 _

 c a r n a t i o n

 Dorottya Udvar, Budapest
 1113 Bocskai út 134-146.
 Hungary
 tel +36 1 887 5353 | fax +36 1 887 5350
 http://www.carnationconsulting.com



Re: Postgre sql win32 silent install

From
"Magnus Hagander"
Date:
> Dear list,
>
>  I'd like to ask you if there is any way to install the
> PostGre SQL Windows Server silently. I mean by writing a one
> line command in the command line or sg like this... The whole
> thing is because I'm writing an installer (a Visual Studio
> 2003 Setup Project) for an application, which uses PostGre
> SQL servers, and I don't want the user to install the PostGre
> SQL separately, that's why I'm interested in any legal and
> technologically possible way to do it.

See http://pginstaller.projects.postgresql.org/silent.html

(Oh, and it's PostgreSQL or Postgres, not Postgre or Postgre SQL)

//Magnus