From: | John DeSoi <desoi(at)pgedit(dot)com> |
---|---|
To: | "Brian J(dot) Erickson" <ericksbr(at)infocon-inc(dot)com> |
Cc: | <pgsql-hackers-win32(at)postgresql(dot)org> |
Subject: | Re: Custom Install |
Date: | 2005-04-25 17:42:05 |
Message-ID: | 56EBF802-B5B1-11D9-B125-000A95B03262@pgedit.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers-win32 |
On Apr 25, 2005, at 12:04 PM, Brian J. Erickson wrote:
> I am trying to write a custom install for
> PostgreSQL Server on Windows.
>
> Is there some reference as to where
> the individual components should be
> installed on the machine?
>
> The current install for PostgreSQL is
> a too complicated for the installers.
All of the source for the installer can be found here:
http://pgfoundry.org/projects/pginstaller
Roughly, it puts all of the .dll libraries in the usual Windows system
folder. Otherwise I suspect you could put things wherever you want. And
you don't have to put the .dll files in the Windows folder if you keep
them in the same directory as the executables.
John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL
From | Date | Subject | |
---|---|---|---|
Next Message | Mark Miller | 2005-04-25 20:36:41 | "undefined reference" error when compiling extension functions |
Previous Message | Brian J. Erickson | 2005-04-25 16:04:38 | Custom Install |