Re: BUG #5485: Microsoft VC++ exception during postgres instalation

From: Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
To: jakubbogacz(at)o2(dot)pl
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5485: Microsoft VC++ exception during postgres instalation
Date: 2010-05-31 13:17:22
Message-ID: 4C03B6E2.5040003@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

As a workaround you can run the installer with a CLI option
'--install_runtimes 0' which will skip the VC++ runtimes installation,
However if your system doesn;t have those runtimes installation will
fail subsequently in the later stages.

From the the installation logs found in %TEMP%, you can find the error
code returned by the VC++ runtimes installer which will be helpful in
knowing why it failed on your system.

On 5/31/10 1:31 PM, Jakub Bogacz wrote:
> The following bug has been logged online:
>
> Bug reference: 5485
> Logged by: Jakub Bogacz
> Email address: jakubbogacz(at)o2(dot)pl
> PostgreSQL version: 8.4.1, 9.0.0
> Operating system: Windows 7
> Description: Microsoft VC++ exception during postgres instalation
> Details:
>
> Hi,
>
> Since I've instaled W7, I can't install postgres DB. After run a instaler, I
> always get an error:"An error occured executing the Microsoft VC++ runtime
> installer."
>
> Please some help.
>
>

--
Regards,
Sachin Srivastava
EnterpriseDB <http://www.enterprisedb.com>, the Enterprise Postgres
<http://www.enterprisedb.com> company.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2010-05-31 14:11:44 Re: BUG #5469: regexp_matches() has poor behaviour and more poor documentation
Previous Message Craig Ringer 2010-05-31 13:15:23 Re: BUG #5485: Microsoft VC++ exception during postgres instalation