Thank you vibhork.
I am using one-click installer by EnterpriseDB.
It is successfully installed silently from command prompt. But I need to
install silently from my .Net application. I use shell command to call. When
running my application, a dialog box opened, there is a list of currently
openi
On Mar 28, 2011, at 6:49 PM, Kalai R wrote:
> I need to install postgres 9 silently on Windows.
> Kindly give the parameters list for postgres 9.0.3
If you are using Source code to install PG9, then you can:
1. Download the source code
2. execute
./configure
make
make install
If you ar
Hi,
I need to install postgres 9 silently on Windows.
Kindly give the parameters list for postgres 9.0.3
Thanks & Regards
Kalai