NTFS partition autodetection during instalation

Started by Evandro's mailing lists (Please, don't send personal messages to this address)over 20 years ago2 messagesgeneral
Jump to latest

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 Jr
PhD Student & Software developer
University of Southampton, UK
Personal website: http://evandro.org
Academic website: http://www.soton.ac.uk/~evandro
Please, use Jr(at)evandro.org for personal messages

#2Magnus Hagander
magnus@hagander.net
In reply to: Evandro's mailing lists (Please, don't send personal messages to this address) (#1)
Re: NTFS partition autodetection during instalation

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