Thread: silent install

silent install

From
longlong
Date:
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 ?

Re: silent install

From
Richard Huxton
Date:
longlong wrote:
> 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 ?

Try using http://www.google.com/
Search for "postgresql silent install error 2711" - the top result seems
  relevant.

In particular you have a spelling error here: "CREATESERICEUSER=1"

--
   Richard Huxton
   Archonet Ltd

Re: silent install

From
Richard Huxton
Date:
Please remember to cc: the list.


longlong wrote:
> i have done what you said before,there always are people asking and no
> answer.
> spelling error can be the reason or not?

>> Try using http://www.google.com/
>> Search for "postgresql silent install error 2711" - the top result seems
>>   relevant.
>>
>> In particular you have a spelling error here: "CREATESERICEUSER=1"

The first result of that search is this page:
http://pgfoundry.org/pipermail/pginstaller-devel/2005-November/000712.html
If you read the next couple of messages you get to this page:
http://pgfoundry.org/pipermail/pginstaller-devel/2005-November/000714.html
In what way is that "no answer"?

Did you try connecting the spelling mistake? What happened?

--
   Richard Huxton
   Archonet Ltd

Re: silent install

From
longlong
Date:


2007/10/12, Richard Huxton <dev@archonet.com>:
Please remember to cc: the list.

sorry.

The first result of that search is this page:
http://pgfoundry.org/pipermail/pginstaller-devel/2005-November/000712.html
If you read the next couple of messages you get to this page:
http://pgfoundry.org/pipermail/pginstaller-devel/2005-November/000714.html
In what way is that "no answer"?

Did you try connecting the spelling mistake? What happened?

shame for my carelessness.

i find the answer now ,and it works.

thank you for you patience.