postgres silent install bug?

From: "Mike Gagnon" <mike(dot)gagnon(at)bellnet(dot)ca>
To: <pgsql-general(at)postgresql(dot)org>
Subject: postgres silent install bug?
Date: 2008-09-05 02:48:29
Message-ID: CA299E733FD84C099163E98C4CEB0008@T60
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello everyone,

I am trying to run a silent install of Postgres 8.3 using the following command line:

MSIEXEC /i "postgresql-8.3-int.msi" /qb /log "c:\mydir\logfile.txt" ADDLOCAL="server,nls,psql,pgadmin,includefiles,libfiles,binfiles" INTERNALLAUNCH=1 DOSERVICE=1 CREATESERVICEUSER=0 DOINITDB=1 SERVICEDOMAIN="<ComputerName>" SERVICEACCOUNT="postgres" SERVICEPASSWORD="randompass1" SERVICENAME="PostgreSQL Database Server 8.3" SUPERUSER="postgres" SUPERPASSWORD="yaright" LOCALE=C ENCODING=SQL_ASCII LISTENPORT=5432 PERMITREMOTE=1 PL_PGSQL=1 PL_PERL=1 PL_PERLU=1 PL_TCL=0 PL_TCLU=0 PL_PYTHONU=0 BASEDIR="c:\mydir\PostgreSQL\8.3"

I get the following error shortly after I see the install window start and a small amount of progress: "User account ¡¡¡¡¡¡¡s¡¡¡¡\¡¡¡¡¡W does not exist"

Has anyone encountered this with the postgresql-8.3-int.msi file and how can I get around it?

Many thanks,
Mike

Browse pgsql-general by date

  From Date Subject
Next Message Artacus 2008-09-05 03:37:00 Re: Oracle and Postgresql
Previous Message Robert Treat 2008-09-05 02:40:02 Re: Oracle and Postgresql