Re: Binary installer - Mailing list pgsql-hackers-win32

From Steve Tibbett
Subject Re: Binary installer
Date
Msg-id 546CD3100F4C0F42A30A94C0F2B34914B5A674@zimmail1.zim.zimismobile.com
Whole thread Raw
In response to Binary installer  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-hackers-win32
>I am not particular font of the registry either, gets messy
>quickly when you want to run different instances and setting
>permissions in the registry is no fun either (IMHO).

Saying you're not fond of the registry on Win32 is like saying you're
not fond of /etc on Unix :)  Like it or not, the registry is where
Windows apps store their configuration.

Another way, to avoid the issue altogether, is infer the install
directory from the EXE name (ie, do a GetModuleFileName() to find the
full path to the currently executing code, strip off the filename and go
up a directory.. something like that).

 - Steve


pgsql-hackers-win32 by date:

Previous
From: "Jochem van Dieten"
Date:
Subject: Re: Binary installer
Next
From: "Merlin Moncure"
Date:
Subject: registry vs. environment (was re:binary installer)