I'm trying to install a second instance of PostgreSQL on a server (Windows Server 2008) that already has it. I've managed to do this with different versions in the past, but in this case I want the second instance to be a hot-standby (read only replication) server for people to run reports from without affecting the production server with locks, etc. When I run the installer for version 9.2 it tells me that the database is already installed and offers to upgrade it.
Is it as simple as manually creating a duplicate Windows service entry to run that points to a different data directory? Or is this sort of behaviour not supported at all?