Re: Embed PostgreSQL in application

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To: Lukas Demetz <lukas(at)digiem(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Embed PostgreSQL in application
Date: 2005-09-05 03:40:50
Message-ID: 431BBE42.7090000@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

There is no reason why you couldn't just use Inno setup to include the
setup of your app and Postgresql in a single setup.
I do something similar with Firebird for a IM server with Inno setup, I
do not use the embedded "dll" version of Firebird either.

I plan to create a Inno setup for the win32 version of Postgres at some
point, IMO the windows installer that is currently used is overly
cryptic unless you use something like Wise Windows installer.

Inno is a great choice, wish Postgresql used it instead of the windows
installer.

http://www.jrsoftware.org

Lukas Demetz wrote:

> Hi there,
>
> for a program I am building, which uses PostgreSQL as its backend, I
> want to embed the DB engine into the application's setup. Now I wonder
> if something like Firebird's "Embedded server" (a DLL ) is also
> available for PostgreSQL, or if there are other ways to minimize or
> remove completely the need for a user to install PostgreSQL on his own.
>
> Thanks for the responses
>
>--
>Lukas Demetz
>Digiem Snc
>http://www.digiem.net
>

--
Tony Caduto
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql 8.x

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tino Wildenhain 2005-09-05 06:05:51 Re: concatenate text
Previous Message David Fetter 2005-09-05 03:12:23 Re: concatenate text