Обсуждение: NTFS partition autodetection during instalation

Поиск
Список
Период
Сортировка

NTFS partition autodetection during instalation

От
"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 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

Re: NTFS partition autodetection during instalation

От
"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