Re: Problem with installation

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with installation
Date: 2012-03-27 09:03:42
Message-ID: jkrvmn$t4p$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

nissyre(at)wp(dot)pl, 27.03.2012 10:46:
> Hi,
> I need to install PostgreSQL 9 but in silence mode (like in MSI Installer for Postgres 8.3). Is it possible with PostgreSQL 9.0 or higher?
>
Why not use the binary ZIP distribution?

Steps for installing are then:

1) Unzip the archive
2) Run initdb
3) Run "pg_ctl register" to create the Windows service

If your own installer can unzip ZIP archives and start external programs, that should be easy to integrate.

Thomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Akshay Joshi 2012-03-27 09:33:56 Facing error while restoring the database
Previous Message John R Pierce 2012-03-27 08:56:34 Re: Problem with installation