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
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match