Re: Binary installer

Поиск
Список
Период
Сортировка
От Steve Tibbett
Тема Re: Binary installer
Дата
Msg-id 546CD3100F4C0F42A30A94C0F2B34914B5A674@zimmail1.zim.zimismobile.com
обсуждение исходный текст
Ответ на Binary installer  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Список 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 по дате отправления:

Предыдущее
От: "Jochem van Dieten"
Дата:
Сообщение: Re: Binary installer
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: registry vs. environment (was re:binary installer)