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