Обсуждение: BUG #3556: Installroutine hides destination folder

Поиск
Список
Период
Сортировка

BUG #3556: Installroutine hides destination folder

От
"Ruediger Kemmler"
Дата:
The following bug has been logged online:

Bug reference:      3556
Logged by:          Ruediger Kemmler
Email address:      r.kemmler@gmx.de
PostgreSQL version: 8.2
Operating system:   Windows XP/Vista
Description:        Installroutine hides destination folder
Details:

If you click first on the components which you want to install, the field
where the installation folder can be changed disappears and can't be
selected any more.

You have to go back in the installation routine to resolve it.

Minor bug, but can be problematic.

Kind regards
 Ruediger

Re: BUG #3556: Installroutine hides destination folder

От
"Hiroshi Saito"
Дата:
Hi.

From: "Ruediger Kemmler" <r.kemmler@gmx.de>


>
> The following bug has been logged online:
>
> Bug reference:      3556
> Logged by:          Ruediger Kemmler
> Email address:      r.kemmler@gmx.de
> PostgreSQL version: 8.2
> Operating system:   Windows XP/Vista
> Description:        Installroutine hides destination folder
> Details:
>
> If you click first on the components which you want to install, the field
> where the installation folder can be changed disappears and can't be
> selected any more.

Um, Specification of an installation place can choose only a basic place
and DATA directory. Then, Each component cannot be specified.
Therefore, it can see in the portion in which the specification is possible.
Have I failed to catch your meaning?

Regards,
Hiroshi Saito

Re: BUG #3556: Installroutine hides destination folder

От
Dave Page
Дата:
Ruediger Kemmler wrote:
> The following bug has been logged online:
>
> Bug reference:      3556
> Logged by:          Ruediger Kemmler
> Email address:      r.kemmler@gmx.de
> PostgreSQL version: 8.2
> Operating system:   Windows XP/Vista
> Description:        Installroutine hides destination folder
> Details:
>
> If you click first on the components which you want to install, the field
> where the installation folder can be changed disappears and can't be
> selected any more.
>
> You have to go back in the installation routine to resolve it.

The windows installer allows the path to be set for individual features
in the tree. We currently only support modification of the top-level
directory through the GUI - this can always be set by selecting the top
level (root) feature and then adjusting the path.

If installing from the command line, for example in silent mode, you can
set the path for individual features, but this is only recommended for
experts as it is possible to install in a layout that won't work properly.

Regards Dave

Re: BUG #3556: Installroutine hides destination folder

От
Dave Page
Дата:
Ruediger Kemmler wrote:
> Dear Dave,
>
> I have illustrated the problem in the attached file. It seems that the box
> for the destination folder is hidden after the first click in the upper box.

I cannot reproduce this problem at all - can anyone else?

Regards, Dave.

>
>> -----Ursprüngliche Nachricht-----
>> Von: Dave Page [mailto:dpage@postgresql.org]
>> Gesendet: Montag, 20. August 2007 10:08
>> An: Ruediger Kemmler
>> Cc: pgsql-bugs@postgresql.org
>> Betreff: Re: [BUGS] BUG #3556: Installroutine hides destination folder
>>
>>
>> Ruediger Kemmler wrote:
>>> The following bug has been logged online:
>>>
>>> Bug reference:      3556
>>> Logged by:          Ruediger Kemmler
>>> Email address:      r.kemmler@gmx.de
>>> PostgreSQL version: 8.2
>>> Operating system:   Windows XP/Vista
>>> Description:        Installroutine hides destination folder
>>> Details:
>>>
>>> If you click first on the components which you want to install, the
>>> field where the installation folder can be changed disappears and
>>> can't be selected any more.
>>>
>>> You have to go back in the installation routine to resolve it.
>> The windows installer allows the path to be set for
>> individual features in the tree. We currently only support
>> modification of the top-level directory through the GUI -
>> this can always be set by selecting the top level (root)
>> feature and then adjusting the path.
>>
>> If installing from the command line, for example in silent
>> mode, you can set the path for individual features, but this
>> is only recommended for experts as it is possible to install
>> in a layout that won't work properly.
>>
>> Regards Dave