Re: BUG #5685: Installer Error

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: quiksilver5646(at)hotmail(dot)com
Cc: dpage(at)pgadmin(dot)org, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5685: Installer Error
Date: 2010-10-01 03:21:13
Message-ID: 4CA553A9.9010007@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 10/01/2010 05:01 AM, quiksilver5646(at)hotmail(dot)com wrote:
> > regsvr32 %systemroot%\system32\vbscript.dll
> >
> > You should see a messagebox which says something like:
> >
> > DllRegisterServer in vbscript.dll succeeded.
>
> Thank you very much! That did the trick!

Given the increasing number of VBScript issues that're popping up (even
if it's just due to increasing downloads by a broader user base),
perhaps the installer needs to test the VBScript engine before trying to
run a script that does real work?

Invoking a script that does nothing, or perhaps prints a short success
message, might help separate initdb and genuine runtime install issues
from vbscript issues. It'd also permit the installer to offer the advice
you (Dave) just offered to the user in an error dialog, possibly helping
some people fix their systems without further intervention.

Just an idea.

--
Craig Ringer

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Craig Ringer 2010-10-01 03:50:54 Re: [BUGS] Mapping Hibernate boolean to smallint(Postgresql)
Previous Message Craig Ringer 2010-10-01 03:09:06 Re: [BUGS] Mapping Hibernate boolean to smallint(Postgresql)