> Remote install of Postgres 8.1.3 using Windows installer > binary package is not working (says that console mode is > required) even when RDP client is started with > > mstsc /console > > switch. It should work fine with this switch. I've used it many times. > However, using installer package, creating cluster and server > process manually works OK from RDP client! > > Any idea why Postgres installer requires physical access to > server to install Postgres ? The problem is in the interaction with the RunAs service. This is being looked into for the next release. //Magnus