Re: Installing PostGreSQL automatically

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Greg" <greg(at)officium(dot)co(dot)za>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Installing PostGreSQL automatically
Date: 2006-06-05 13:30:25
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0F9E1@algol.sollentuna.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

> tried calling the '-int' MSI but I get an error telling me
> "The installer has encountered an unexpected error installing
> this package. This may indicate a problem with the package.
> The error code is 2711."
>
> This is my command line
>
> msiexec /i postgresql-8.1.msi /qr INTERNALLAUNCH=1
> ADDLOCAL=server,psql,docs SERVICEDOMAIN="%COMPUTERNAME%"
> SERVICEPASSWORD="SecretWindowsPassword123"
> SUPERPASSWORD="VerySecret" BASEDIR="c:\postgres"

You definitly should be using -int. You'll need to figure out what the
2711 indicates, that's an actual problem.

Try enabling logging and see if that helps you (with the -int), by
appending something like

/log install.log

And it should tell you waht is wrong.

//MAgnus

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg 2006-06-05 13:48:27 Re: Installing PostGreSQL automatically
Previous Message Greg 2006-06-05 13:15:04 FW: Installing PostGreSQL automatically