Search Postgresql Archives

Re: How can i add a postgresql connection using inno setup?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux