Re: BUG #7851: Installer crash with message: An error occured executing the Microsoft VC++ runtimeinstaller

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Ivano Luberti <luberti(at)archicoop(dot)it>
Cc: Pg Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #7851: Installer crash with message: An error occured executing the Microsoft VC++ runtimeinstaller
Date: 2013-02-06 13:33:10
Message-ID: CA+OCxoxN+xySCeYjcg3hjP5T6grKS19ycpNnpkxdGThTu7G7Rg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Feb 5, 2013 at 8:41 PM, Ivano Luberti <luberti(at)archicoop(dot)it> wrote:
>
> It look exactly like that and I run the installer as an administrator.
> I don't want to mix two different issues here but I also tried to install
> 9.2.2-1 and I get a
> "Unable to write inside TEMP environment variable path"
> error message
> And in the TEMP dir I find a bitrock_installer file with the following
> content

Actually, that almost certainly is the same problem - it's just that
the 9.2 installer has been modified to try to identify the issue much
earlier and more reliably.

It's essentially running the attached script under cscript. If you
save it to disk (and rename to prerun_checks.vbs) and then try running
it, you should see something like this:

C:\>cscript //nologo z:\dpage\prerun_checks.vbs
The scripting host appears to be functional.

Please try running it in a regular command prompt, and one opened
using the "Run As Administrator" option.

If you see something different from the message above it may help to
remove the "On Error Resume Next" lines from the script and run it
again. That should give additional error detail that the installer
wouldn't be able to interpret easily.

Thanks.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
prerun_checks.xxx application/octet-stream 1.7 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ivano Luberti 2013-02-06 15:03:05 Re: BUG #7851: Installer crash with message: An error occured executing the Microsoft VC++ runtimeinstaller
Previous Message William Goh 2013-02-06 00:39:31 Bug #7728