Re: How can i add a postgresql connection using inno setup? - Mailing list pgsql-general

From yang
Subject Re: How can i add a postgresql connection using inno setup?
Date
Msg-id 1453362591238-5883395.post@n5.nabble.com
Whole thread Raw
In response to Re: How can i add a postgresql connection using inno setup?  (Andreas Kretschmer <andreas@a-kretschmer.de>)
List pgsql-general
Hi Andreas

I installed My project using inno setup program.
(Tomcat, PostgreSQL, etc)

Oddly, my db was not registered in postgresql.
Because the localhost server does not exist on the newly installed
postgreSQL.

If I add the localhost server and install the  project, my db was added to
localhost server.

So in my opinion I need to know how to add a localhost server when
installing.

(I'm using this code in inno setup.

[Run]
Filename: "C:\something\PostgreSQL\bin\createdb.exe"; Parameters: " -U
postgres -E UTF8 -O postgres -w warFolderName"; Components: ProjectName;
Flags: runhidden)



--
View this message in context:
http://postgresql.nabble.com/How-can-i-add-a-postgresql-connection-using-inno-setup-tp5882672p5883395.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Andy Colson
Date:
Subject: Re: long transfer time for binary data
Next
From: "David E. Wheeler"
Date:
Subject: Let's Do the CoC Right