> I want to embed postgres into a software installation. I will
> use silent install, how do I detect which partition is NTFS
> so I can tell the installer to use that partition?
You can't do that inside the installer, you'll have to do it in your own
script/program that wraps it.
//Magnus