nissyre@wp.pl, 27.03.2012 10:46:
> Hi,
> I need to install PostgreSQL 9 but in silence mode (like in MSI Installer for Postgres 8.3). Is it possible with
PostgreSQL9.0 or higher?
>
Why not use the binary ZIP distribution?
Steps for installing are then:
1) Unzip the archive
2) Run initdb
3) Run "pg_ctl register" to create the Windows service
If your own installer can unzip ZIP archives and start external programs, that should be easy to integrate.
Thomas