Re: Standalone Windows Installation

From: Jörn Heid <heid(at)hs-heilbronn(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Standalone Windows Installation
Date: 2008-10-01 05:50:56
Message-ID: 48E30FC0.1000306@hs-heilbronn.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks Ashesh for your answer.

I will try to do so although I first have to install VC (or can I just
use the directories from WinSxS?). Is there another possibility without
setting an environment variable? Think of the simplest distribution of
just copying files (e.g. to a USB stick) and "pg_ctrl.exe start" will
work out of the box...

Cheers,
Jörn

Ashesh D Vashi schrieb:
> Jörn Heid wrote:
>> Hi.
>>
>> I want to use Postgres without installation. The problem is the
>> dependencies on the Visual C dll (msvcrt).
>> As far as I know it would be possible to include a manifest file
>> (only for libpq.dll?) and bundle the dlls from c:\windows\WinSxS into
>> the bin directory of Postgres.
>> Is this correct? Does anybody have (tested) such a manifest file?
>>
>> Jörn
> You just need to copy the contents of the redist/x86 under the
> %VCINSTALLDIR% in your distribution directory, where all
> dlls/executables are present.
> VCINSTALLDIR should be similar to C:\Program Files\Microsoft Visual
> Studio 8\VC, depending on your Visual Studio Installation.
> This directory contains:
> * Microsoft.VCxx.CRT
> * Microsoft.VCxx.ATL
> ..., etc
>
> No need to copy the c:\windows\WinSxS contents.
>
> Hope this should solve your problem.
>
> Regards,
> Ashesh
>

--
Dipl.-Inform. Med. Jörn Heid

Zentrum für virtuelle Patienten / Centre for Virtual Patients
Universitätsklinikum Heidelberg
Hygiene-Institut
Im Neuenheimer Feld 324
69120 Heidelberg

Tel.: +49-(0)7131-504-481
Fax: +49-(0)7131-252-470

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roshni Mani 2008-10-01 06:13:53 error compiling postgres source
Previous Message Ashesh D Vashi 2008-10-01 04:14:02 Re: Standalone Windows Installation