Re: silent installer

From: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
To: "Skusa, Andre" <andre(dot)skusa(at)wincor-nixdorf(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: silent installer
Date: 2011-11-23 00:23:28
Message-ID: 4ECC3D00.2070507@ringerc.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 11/23/2011 01:06 AM, Skusa, Andre wrote:
>
> Hello postgres admins,
>
> is there any silent installer for current postgres releases (>= 9.x)
> available? Or what should I consider if I plan to include postgres in
> the installer of my own software package?
>
>
The installer has command line options for non-interactive / silent
installation. Try using the --help, -h or /? flags (don't remember
which) on the installer.

Consider *asking* the user if they want Pg installed or if they'd like
to provide their own database settings instead. If you do silent
install, please consider what'll happen if the user already has the same
version of PostgreSQL installed. You'll still need to provide them with
a way to tell your application which database settings to use, since
your installer won't overwrite an already-installed version of Pg.

Alternately, you can use the PostgreSQL .zip package, creating a user
account and service account yourself. That has the advantage of letting
you create your own package that's independent of any regular PostgreSQL
installation so you can set your own user account, service account,
password, etc. The downside is that it's a lot more work to get right.

--
Craig Ringer

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message PresleyDias 2011-11-23 04:28:53 Re: Postgres database creation using batch files
Previous Message Thomas Kellerer 2011-11-22 18:27:36 Re: Postgres database creation using batch files