This is a discussion on Re: Silent Install of pgAdmin3 within the pgsql Interfaces Pgadmin Support forums, part of the PostgreSQL category; --> > -----Original Message----- > From: Lane Van Ingen [mailto:lvaningen@esncc.com] > Sent: Monday, September 19, 2005 5:02 PM > To: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: Lane Van Ingen [mailto:lvaningen@esncc.com] > Sent: Monday, September 19, 2005 5:02 PM > To: pgadmin-support@postgresql.org > Subject: Silent Install of pgAdmin3 > > > I have been looking for a way to silently install this tool, > in a similar > manner > to how PostgreSQL may be silently installed. Is there anyway > to do this? Sorry - meant to reply but somehow lost your message. (I assume you're on Windows) In theory you can install silently using the right command line options to msiexec (see the Microsoft documentation), and setting the appropriate properties on the command line, however this has never been tested afaik. You'll probably have better luck doing this with the snapshot versions as they have the new Wix based installer (well, http://developer.pgadmin.org/snapsho...0916-Win32-Ins taller.zip does). Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| ||||
| Dave thanks for the reply. Yes, I am on Windows (2003); will take a look at the documentation link, and try to get it done. I might get back if further questions. Will post a solution if I get that far. -----Original Message----- From: Dave Page [mailto:dpage@vale-housing.co.uk] Sent: Thursday, September 22, 2005 9:22 AM To: Lane Van Ingen; pgadmin-support@postgresql.org Subject: RE: [pgadmin-support] Silent Install of pgAdmin3 > -----Original Message----- > From: Lane Van Ingen [mailto:lvaningen@esncc.com] > Sent: Monday, September 19, 2005 5:02 PM > To: pgadmin-support@postgresql.org > Subject: Silent Install of pgAdmin3 > > > I have been looking for a way to silently install this tool, > in a similar > manner > to how PostgreSQL may be silently installed. Is there anyway > to do this? Sorry - meant to reply but somehow lost your message. (I assume you're on Windows) In theory you can install silently using the right command line options to msiexec (see the Microsoft documentation), and setting the appropriate properties on the command line, however this has never been tested afaik. You'll probably have better luck doing this with the snapshot versions as they have the new Wix based installer (well, http://developer.pgadmin.org/snapsho...0916-Win32-Ins taller.zip does). Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |