Re: [GENERAL] Silent installer in Windows

2010-06-15 Thread Sachin Srivastava
Use CLI option, --unattendedmodeui none On 6/15/10 1:17 PM, M. Bashir Al-Noimi wrote: Sorry for disturbing. I want to run One-Click completely silent, how I can do it? PS I run the following but it always shows installing progress dialog: postgresql-8.4.4-1-windows --install_runtimes 0 --servi

Re: [GENERAL] Silent installer in Windows

2010-06-15 Thread M. Bashir Al-Noimi
Sorry for disturbing. I want to run One-Click completely silent, how I can do it? PS I run the following but it always shows installing progress dialog: postgresql-8.4.4-1-windows --install_runtimes 0 --servicepassword root --unattendedmodeui minimal --mode unattended --prefix c:\pg-8.4 --datadir

Re: [GENERAL] Silent installer in Windows

2010-06-14 Thread Sachin Srivastava
In the One-Click Installer for PostgreSQL use the CLI option, --mode unattended for more options see --help. On 6/15/10 12:45 AM, M. Bashir Al-Noimi wrote: Hi folks, I want to install ps silentely in Windows how I can do it? what's needed arguments? Sorry I'm still a newbie Ps I read