silent install

From: longlong <asfnuts(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: silent install
Date: 2007-10-11 04:21:37
Message-ID: d9f0a46b0710102121w76e29122m4befb8e8c4c27dc7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi all,

msiexec /i D:\usr\local\postgre\postgresql-8.2-int.msi /qb INTERNALLAUNCH=1
ADDLOCAL=server,psql,docs SERVICEDOMAIN="%COMPUTERNAME%" CREATESERICEUSER=1
BASEDIR="d:\usr\local\postgres" SERVICEACCOUNT="postgres"
SERVICEPASSWORD="postgres" SUPERPASSWORD="111111" PERMITREMOTE=1

i try to the silent installing ,but i always failed:

..........this may indicate a problem with this package.The error code is
2711.

is there any solution ?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-10-11 04:37:34 Re: PLPGSQL 'SET SESSION ROLE' problems ..
Previous Message Greg Wickham 2007-10-11 04:15:16 PLPGSQL 'SET SESSION ROLE' problems ..