From: | Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com> |
---|---|
To: | Magnus Hagander <mha(at)sollentuna(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Windows installer bugs (was: [BUGS] BUG #2374: Installation |
Date: | 2006-04-06 14:13:47 |
Message-ID: | 4435221B.6090307@amsoftwaredesign.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Magnus Hagander wrote:
> Now, it would certainly help if more people could actually help in
> *answering* the bugs/questions that are posted :), but that's a
> different question...
>
> //Magnus
>
I have created a very nice installer using Inno setup and it is about 50
times easier to code for than the current
cryptic WIX setup. Why don't you have a look?
Here is the source with a bsd license:
http://www.amsoftwaredesign.com/downloads/pg_installer_setup.zip
All the create user and runas stuff is done using API commands via a
Delphi or Free Pascal DLL(not tested but should work)
It does not use the RunAs service at all and handles the initDB.
You could also use a C or C++ dll just as easily.
Just reminding everyone it's out there.
--
Tony Caduto
AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql
Your best bet for Postgresql Administration
From | Date | Subject | |
---|---|---|---|
Next Message | Svenne Krap | 2006-04-06 14:28:34 | Re: About pg_hba.conf |
Previous Message | Tom Lane | 2006-04-06 14:12:57 | Re: domain_in performance considerations |