Re: Problems running PostGreSQL silent install - Mailing list pgsql-general

From Greg Quinn
Subject Re: Problems running PostGreSQL silent install
Date
Msg-id 000001c6fa06$641c4580$6501a8c0@melt
Whole thread Raw
In response to Re: Problems running PostGreSQL silent install  ("Magnus Hagander" <mha@sollentuna.net>)
Responses Re: Problems running PostGreSQL silent install
List pgsql-general
Thank you for the reply.
But then are you saying I don't even really need to use the MSI in the first
place?
I can just copy the files to a folder. Then run initdb and pg_ctl?

I am bundling PostGreSQL with my software package. And will be using
Installshield to copy my program files to the client computer.
Now can I just get the PostGresql folder, put it where I want, then
Run initdb and pg_ctl?


-----Original Message-----
From: Magnus Hagander [mailto:mha@sollentuna.net]
Sent: Friday, October 27, 2006 10:22 PM
To: Greg Quinn; pgsql-novice@postgresql.org
Cc: pgsql-general@postgresql.org
Subject: RE: [GENERAL] Problems running PostGreSQL silent install

No, the MSI instlaler only lets you install once instance on each
machine. (Unless you are talking different versions, that is). You can,
however, install one instance with the MSI installer, and then manually
run initdb and pg_ctl register to set up a second service with a
different data directory.

//Magnus



pgsql-general by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Problems running PostGreSQL silent install
Next
From: Richard Broersma Jr
Date:
Subject: Re: CREATE TABLE initial value for PRIMARY KEY