Thread: Need info on installer

Need info on installer

From
"ramamurthy kv"
Date:
Hi,
Greetings!!!

We have developed a software which uses PostgreSQL as one of the component.
We would like to delever PostgreSQL along with our software as a single package. So we have to create an installer which installs PostgreSQL with all pre-install configuration first and then our software.

Could you help me how to create a single installer? could you send PostgreSQL install script.

Thanks
Ram
Monster

Re: Need info on installer

From
Magnus Hagander
Date:
ramamurthy kv wrote:
> Hi,
> Greetings!!!
>
> We have developed a software which uses PostgreSQL as one of the component.
> We would like to delever PostgreSQL along with our software as a single
> package. So we have to create an installer which installs PostgreSQL
> with all pre-install configuration first and then our software.
>
> Could you help me how to create a single installer? could you send
> PostgreSQL install script.

I assume you are talking about the Windows Installer. If that is indeed
the case, you can find the osurce for it at
http://pgfoundry.org/projects/pginstaller.

//Magnus