Hi All
I'm trying to install the Postgre 8.3 on Windows XP/Vista using the silent
mod of msi.
But, the installation returns "Internal Account lookup Failure" after create
the service account user.
Here is my line:
msiexec /i postgresql-8.3-int.msi /qr ADDLOCAL=server,psql,pgadmin
INTERNALLAUNCH=1 DOSERVICE=1 DOINITDB=1 SERVICEDOMAIN="%COMPUTERNAME%"
SERVICEACCOUNT="postgres_service" SERVICEPASSWORD="bob_forever"
CREATESERVICEUSER=1 SERVICENAME="DatabaseLocal" SUPERUSER="postgres"
SUPERPASSWORD="bobmarley" PERMITREMOTE=0 PL_PGSQL=1 NOSHORTCUTS=1
TRANSFORMS=:lang_pt_br
Anyone can help me?