Re: rc4, PostgreSQL-installer on WinXP: ignores selected install-directory

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Christoph Becker" <cgbecker(at)gmx(dot)de>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: rc4, PostgreSQL-installer on WinXP: ignores selected install-directory
Date: 2005-01-13 11:54:32
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE4765C4@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> >The installer will override any environment variables, as it
> executes
> >with its own environment in Windows Installer. To change a
> directory,
> >use the installer features for it. See the FAQ question 3.6.
>
> I did that, and here is FAQ 3.6:
> I changed the directory but PostgreSQL was still installed in
> the default directory Make sure you changed the directory of
> the root feature. The PostgreSQL installer permits changing
> the directory of each individual feature. If you change the
> root feature ("PostgreSQL"), any subfeatures (such as
> "Database Server") will automatically inherit this value as
> default, but if you only change a subfeature the rest of the
> installation will remain in the default location.
>
> I can find only one dialog to change the directory, that is
> where the following ist offered on my system:
> "C:\Programme\PostgreSQL\8.0.0-rc5\" [browse] But FAQ 3.6
> suggests that there are more dialogs to change subdirectories too.

There is one for each feature. Click the feature first, then click
browse.

> I tried without success:
> g:\pgsql\PostgreSQL\8.0.0-rc5\ and g:\pgsql\"
> which did not work.
> Finally, after reading again FAQ 3.6 I tried
> 'g:\pgsql\8.0.0-rc5', which worked fine. So the version-part,
> which here is '8.0.0-rc5', must be the last part path.

No. You must've either done something else wrong, or there is a loacl
problem. I can install in g:\pgsql without any problem. And there is no
code whatsoever int he installer that would require the version number
to be part of this.
Can you please run the install with logging enabled and attach the log
so we can try to determine why it's not working as expected.

> By this there will be an new directory for every release,
> which seems reasonable.

That's why it's the default. But it's by no means required.

//Magnus

Browse pgsql-bugs by date

  From Date Subject
Next Message laurie.burrow 2005-01-13 12:48:37 Possible problem with pg_get_viewdef on Postgres V8.0.0 rc4
Previous Message Francesco Andreozzi 2005-01-13 11:18:12 character varying as boolean !!! help