Need info on installer

Started by ramamurthy kvover 17 years ago2 messagesgeneral
Jump to latest
#1ramamurthy  kv
rammurthy_kv@rediffmail.com

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.ThanksRam

#2Magnus Hagander
magnus@hagander.net
In reply to: ramamurthy kv (#1)
Re: Need info on installer

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