Problem in installing postgreSQL in silent mode

From: Anamika Saini <rush4ani(at)yahoo(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Problem in installing postgreSQL in silent mode
Date: 2009-03-05 10:33:37
Message-ID: 223549.90776.qm@web43140.mail.sp1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello,

I would like to install postgreSQL in silent mode.I have gone through the link  http://pginstaller.projects.postgresql.org/silent.html and got to know the options to install it but i am not successful. I have tried the following command with lot of options.

msiexec
/i "Z:\postgresql\postgresql-8.3.msi" /log "c:\result.txt" /quiet
INTERNALLAUNCH=1 DOINITDB=1 DOSERVICE=1 ADDLOCAL=server,psql,pgadmin
SERVICEDOMAIN="%COMPUTERNAME% SERVICENAME="PostgreSQL Database Server
8.2" LISTENPORT=5432 SERVICEACCOUNT="postgres" SERVICEPASSWORD="hello"
SUPERUSER="12hello6" SUPERPASSWORD="12hello655" BASEDIR="c:\postgres"
TRANSFORMS=:lang_de

when i execute this script ,,it opens the help screen how to use it.

and when i use the following options.
msiexec
/i "Z:\InstallJimmer\postgresql\postgresql-8.3.msi"  /log
"c:\result.txt" /qr INTERNALLAUNCH=1 ADDLOCAL=server,psql,docs
SERVICEDOMAIN="%COMPUTERNAME%"
SERVICEPASSWORD="SecretWindowsPassword123" SUPERPASSWORD="VerySecret"
BASEDIR="c:\postgres" TRANSFORMS=:lang_de
it
says..the transform path is not correct..correct it and if i remove the
transform path (TRANSFORMS=:lang_de) it starts installing in GUI
mode.but dont replace the options value which i supply in command.
I dont understand whats wrong with tha options. It never installs in quiet mode.

Please assist in this case.

Regards,
Aanmika

Browse pgsql-bugs by date

  From Date Subject
Next Message Matteo Beccati 2009-03-05 15:47:30 Re: [HACKERS] Re: BUG #4689: Expanding the length of a VARCHAR column should not induce a table rewrite
Previous Message trainee 2009-03-05 08:48:31 BUG #4694: uppercase path cause postgres can't start