Win32 Silent installer ADDLOCAL is ignored

From: "testtest" <testtest_testtest(at)excite(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Win32 Silent installer ADDLOCAL is ignored
Date: 2006-11-03 19:53:07
Message-ID: 20061103195307.5886B8D276@xprdmxin.myway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 &quot;postgresql-8.1-int.msi&quot; /qr /log install.log INTERNALLAUNCH=1 ADDLOCAL=server,plsql,jdbc PL_PGSQL=0 DOSERVICE=1 DOINITDB=1 SERVICENAME=&quot;PostgreSQL&quot; ALLUSERS=[ALLUSERS] ADDLOCAL=ALL SERVICEDOMAIN=Test SERVICEACCOUNT=&quot;postgres&quot; SERVICEPASSWORD=&quot;pass&quot; SUPERUSER=&quot;test&quot; SUPERPASSWORD=&quot;test&quot; BASEDIR=&quot;c:\PostgreSQL&quot;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!

Browse pgsql-general by date

  From Date Subject
Next Message Benjamin Weaver 2006-11-03 20:25:25 Re: explosion of tiny tables representing multiple
Previous Message jungmin shin 2006-11-03 19:22:52 Re: Invoking java in a trigger