[GENERAL] NTFS partition autodetection during instalation

2005-07-13 Thread Evandro's mailing lists (Please, don't send personal messages to this address)
Dear hackers

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?


Many thanks
-Evandro-- Evandro M Leite JrPhD Student  Software developer
University of Southampton, UKPersonal website: http://evandro.orgAcademic website: http://www.soton.ac.uk/~evandroPlease, use Jr(at)evandro.org for personal messages 


Re: [GENERAL] NTFS partition autodetection during instalation

2005-07-13 Thread Magnus Hagander
 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

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster