Re: Postgres 9.2 beta2 one-click installer on windows

From: "Marc Watson" <mark(dot)watson(at)jurisconcept(dot)ca>
To: "Craig Ringer" <ringerc(at)ringerc(dot)id(dot)au>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres 9.2 beta2 one-click installer on windows
Date: 2012-06-08 15:55:20
Message-ID: 3AEA66C4C2E030449E8020F9E42E5585534196@sbs2k3.JurisConcept.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

De : Craig Ringer [mailto:ringerc(at)ringerc(dot)id(dot)au]
Envoyé : June-08-12 9:20 AM

On 06/08/2012 08:04 PM, Marc Watson wrote:

Thanks, Craig

It was failing on vcredist_x86 and vcredist_x64, because I had newer versions installed (10.0.40219). After uninstalling them, all is OK.

Oooh! That shouldn't happen. At all. The vc redists should, as far as I know, either:

(a) Silently skipping installation and returning success; or
(b) installing themselves into WinSxS whether or not a newer version exists already

They absolutely should not be failing. Can you please post your installation logs?

--
Craig Ringer

Here it is:

Log started 06/08/2012 at 07:48:00

Preferred installation mode : qt

Trying to init installer in mode qt

Mode qt successfully initialized

Could not find registry key HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Installations\postgresql-x64-9.2 Data Directory. Setting variable iDataDirectory to empty value

Could not find registry key HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Installations\postgresql-x64-9.2 Base Directory. Setting variable iBaseDirectory to empty value

Could not find registry key HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Installations\postgresql-x64-9.2 Service ID. Setting variable iServiceName to empty value

Could not find registry key HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Installations\postgresql-x64-9.2 Service Account. Setting variable iServiceAccount to empty value

Could not find registry key HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Installations\postgresql-x64-9.2 Super User. Setting variable iSuperuser to empty value

Could not find registry key HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Installations\postgresql-x64-9.2 Branding. Setting variable iBranding to empty value

Could not find registry key HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Installations\postgresql-x64-9.2 Version. Setting variable brandingVer to empty value

Could not find registry key HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Installations\postgresql-x64-9.2 Shortcuts. Setting variable iShortcut to empty value

Could not find registry key HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Installations\postgresql-x64-9.2 DisableStackBuilder. Setting variable iDisableStackBuilder to empty value

[07:48:04] Existing base directory:

[07:48:04] Existing data directory:

[07:48:04] Using branding: PostgreSQL 9.2

[07:48:04] Using Super User: postgres and Service Account: postgres

[07:48:04] Using Service Name: postgresql-x64-9.2

Executing cscript //NoLogo "C:\Users\Mark Watson\AppData\Local\Temp\prerun_checks.vbs"

Script exit code: 0

Script output:

The scripting host appears to be functional.

Script stderr:

Executing C:\Users\Mark Watson\AppData\Local\Temp\postgresql_installer\vcredist_x64.exe /q

Script exit code: 5100

Script output:

Script stderr:

Program ended with an error exit code

Error running C:\Users\Mark Watson\AppData\Local\Temp\postgresql_installer\vcredist_x64.exe /q : Program ended with an error exit code

When I ran the vcredist_x64.exe without any parameters, it complained that it could not be installed because there was a newer version already installed.

- Mark Watson

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message René Romero Benavides 2012-06-08 16:04:17 Re: Question about load balance
Previous Message Craig Ringer 2012-06-08 13:20:29 Re: Postgres 9.2 beta2 one-click installer on windows