Hopefully an easy answer to this question, cause its driving me nuts.
Trying to proform an unattended install over a network, I want to be able to pick the partition myself (delete and create partitions too).
I start the install with  x:\winnt32 /s

: /unattended

:\unattend.txt /tempdrive:c
The answer file for this area is setup like this:
AutoPartition=0
MsDOSInitiated=0
UnattendedInstall="Yes"
But it just flies by the text portion not allowing me to select the partition I want.
Any thoughts?