Re: Install Postgresql on Win2000 with Admin Rights

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Stefan Sturm <stefan(dot)s(dot)sturm(at)googlemail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Install Postgresql on Win2000 with Admin Rights
Date: 2008-03-25 10:40:38
Message-ID: 47E8D6A6.1060406@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If you can do that, you obviously have admin rights, so why not just use
the MSI installer?

That said, this often happens if you have an incorrect version of the
MSVC runtime on your system. See the README file in the download directory.

//Magnus

Stefan Sturm wrote:
> Hello,
>
> i copied the dll files to the system32 directory. But now I get another
> error:
> The Programm could not be initialized( 0xcc0000022 )
>
> Any Hints?
> Stefan Sturm
>
>>
>> Stefan Sturm wrote:
>>> Hello,
>>> is there a Way to install PostgreSQL ( 8.3.1 ) on a Win2000 Maschine
>>> without Admin Rights?
>>
>> Yes, but you cannot use the MSI installer, and you cannot install it
>> as a service (for auto-start). You can download the
>> binaries-no-installer and run the initdb and pg_ctl steps yourself
>> (follow the Unix instructions for those parts)
>>
>> //Magnus
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomasz Ostrowski 2008-03-25 10:51:18 Re: postgresql is slow with larger table even it is in RAM
Previous Message Stefan Sturm 2008-03-25 10:40:01 Re: Install Postgresql on Win2000 with Admin Rights