Win32 Silent installer ADDLOCAL is ignored - Mailing list pgsql-general

From testtest
Subject Win32 Silent installer ADDLOCAL is ignored
Date
Msg-id 20061103195307.5886B8D276@xprdmxin.myway.com
Whole thread Raw
List pgsql-general
The ADDLOCAL parameter that allows to only install certain modules for the PostgreSQL via the silent installer for win32� does not. It ends up installing everything. Does anyone have a� workaround or fix for this? Here is my command:

msiexec /i "postgresql-8.1-int.msi" /qr /log install.log INTERNALLAUNCH=1 ADDLOCAL=server,plsql,jdbc PL_PGSQL=0 DOSERVICE=1 DOINITDB=1 SERVICENAME="PostgreSQL" ALLUSERS=[ALLUSERS] ADDLOCAL=ALL SERVICEDOMAIN=Test SERVICEACCOUNT="postgres" SERVICEPASSWORD="pass" SUPERUSER="test" SUPERPASSWORD="test" BASEDIR="c:\PostgreSQL"

The end result installs everything including nls,pljava,psql,jdbc,docs,binfiles,includefiles,libfiles,msvclibs....

P.Surtz



Join Excite! - http://www.excite.com
The most personalized portal on the Web!

pgsql-general by date:

Previous
From: "Robert Balzli Jr"
Date:
Subject: Re: I can not add up columns when using a left outer join. Any ideas as to why?
Next
From: "Anonymous"
Date:
Subject: Re: How to get joins to work