Re: Installing PostGreSQL automatically

From: "Greg" <greg(at)officium(dot)co(dot)za>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Installing PostGreSQL automatically
Date: 2006-06-05 13:48:27
Message-ID: 000501c688a6$b911ad90$2b3508b0$@co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks, I got it working, in the log, it told me the 'docs' module could not
be found, so I removed it.
But now, further, in the installation, it tells me, invalid username
specified, Logon failure - unknown username or password.

Now my question, this installer will need to be installed on numerous
machines. So what do I put for the username and password values in the
command prompt?

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Magnus Hagander
Sent: 05 June 2006 03:30 PM
To: Greg; pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Installing PostGreSQL automatically

> 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

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
message can get through to the mailing list cleanly

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Verite 2006-06-05 13:49:22 Re: Best way to store and retrieve large objects in
Previous Message Magnus Hagander 2006-06-05 13:30:25 Re: Installing PostGreSQL automatically