Re: stderr & win32 admin check

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: stderr & win32 admin check
Date: 2004-06-15 22:53:50
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE34BC92@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

>>>It hasn't been discussed, but it would be fairly trivial to
>>>add this to the service installer. (A bit more work on the MSI
>>>installer, but we could do with that one just installing the
>>>default instance at least for starters).
>>
>> Correcting myself on this one - the MSI installer already supports
>> instaling under any name you want. Only one, but you can
>pick the name
>> (default being "postgresql <version>").
>> Since the service code is not in th ebackend yet, you can't actually
>> install this, but the interface is there and ready.
>>
>
>I have often seen multiple instances of a service under different names
>(think of srvany from the Resources Toolkit).
>
>I agree that the serice name should be configurable.
>
>Will the installer have a set of options? e.g.
>. install binaries
>. initdb
>. install/configure service?

Yes.

>If so, maybe you could just run it again, missing out the
>install binaries
>step, to create another service instance.

Well, ATM it will detect that it's already installed, and offer to
remove the program.

But that can be changed to allow just this, yes. What it will not allow
(per MSI specs AFAIK) is to install the same version in different
places. But it can still install multiple services calling the same
postmaster.exe with different arguments. I think :-)

//Magnus

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-06-16 00:26:17 Re: stderr & win32 admin check
Previous Message Andrew Dunstan 2004-06-15 22:51:56 Re: stderr & win32 admin check