Re: [HACKERS] What's left?

From: "Steve Tibbett" <stibbett(at)zim(dot)biz>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "pgsql-hackers-win32" <pgsql-hackers-win32(at)postgresql(dot)org>, "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] What's left?
Date: 2004-01-23 00:43:28
Message-ID: 546CD3100F4C0F42A30A94C0F2B34914054444@zimmail1.zim.zimismobile.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Don't forget that Program Files can be on a different drive.. There's a Win32 function you can call that will tell you what the default programs directory is.

It's fairly typical for a Windows setup to let the user choose where to install, and then write that into the registry.. and then the app looks up in the registry where it was installed and uses that as the base path when it needs files.

As far as setup goes, a good option I think would be to use the Windows Installer - AFAIK it's free should be adequate for what Postgres needs.. Visual Studio can prepare a Windows Installer Setup project using wizards.

Another free option is the Nullsoft installer (the Winamp guys) but I'd tend to prefer the Windows Installer just because, well, it's supplied by MS so possibly more likely to do "the right thing".

- Steve

-----Original Message-----
From: Andrew Dunstan [mailto:andrew(at)dunslane(dot)net]
Sent: Thu 22/01/2004 7:05 PM
To: pgsql-hackers-win32; PostgreSQL-development
Cc:
Subject: Re: [pgsql-hackers-win32] [HACKERS] What's left?

Claudio Natoli wrote:

> * installation directory issues (/usr/local/pgsql/bin won't work too well
>outside of the MingW environment :-)
>

Clearly we will need an installer for a binary distribution. But for now
I suggest that the default prefix on Windows is
C:\Program Files\PostgreSQL


cheers

andrew


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Claudio Natoli 2004-01-23 00:43:41 Re: [pgsql-hackers-win32] What's left?
Previous Message Andrew Dunstan 2004-01-23 00:05:29 Re: What's left?