pginstaller - pginst: * Make SERVERDIR a public property * Validate

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: * Make SERVERDIR a public property * Validate
Date: 2004-07-05 20:37:59
Message-ID: 20040705203759.A3B572183BB@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
* Make SERVERDIR a public property
* Validate service account when entered (instead of throwing error when failed to assign to the service)
* Automatically add ".\" to service account name if no domain entered
* Set permissions on installed files (only when doing service install, since that's the only case we know the account name)
* Change function declarations in the MSI API - the old ones broke the stack when called, which just didn't show up for some reasons...
* Change libmsi.a to be built from a .def included in the distribution instead of automatically on the whole DLL (required for the @ syntax on function imports)
* Add feature to DATADIR, so it's actually created during installation

Modified Files:
--------------
pginst/ca:
Makefile (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/Makefile.diff?r1=1.1&r2=1.2)
pginstca.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.2&r2=1.3)
pginst/wxs:
dialogs.wxs (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.5&r2=1.6)
pginst.wxs (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.10&r2=1.11)

Added Files:
-----------
pginst/ca:
msi.def (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/msi.def?rev=1.1&content-type=text/x-cvsweb-markup)
pginst/inst:
README (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/inst/README?rev=1.1&content-type=text/x-cvsweb-markup)
pgperm.bat (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/inst/pgperm.bat?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-07-05 23:14:15 pgsql-server: Fix unchecked mallocs/strdups added by recent
Previous Message User Mha 2004-07-05 20:28:22 pginstaller - pginst: New Directory