winnt.sif to partition

Salut Ladies and gentlemen
I expect you will see a torrent of questions from me over the next month or two as I am planning to take the xp client 70-270 exam.
Tonight I am wrestling with winnt.sif to perform an unattended install using the xp cd and including a floppy with winnt.sif on the root a:\
I want to however specify a specific partition to install xp with the answer file to as I have a partition set up specifically for lab work and i dont want to overwrite the version of xp I am using now. I have checked with the books but they tend to skim over the unattend using the cd. I dont see any way I can do this within setup manager so I presume its a command line thing.
Anyone?
I expect you will see a torrent of questions from me over the next month or two as I am planning to take the xp client 70-270 exam.
Tonight I am wrestling with winnt.sif to perform an unattended install using the xp cd and including a floppy with winnt.sif on the root a:\
I want to however specify a specific partition to install xp with the answer file to as I have a partition set up specifically for lab work and i dont want to overwrite the version of xp I am using now. I have checked with the books but they tend to skim over the unattend using the cd. I dont see any way I can do this within setup manager so I presume its a command line thing.
Anyone?
Comments
You would be better off learning how to sysprep images and work with imagex and Windows Deployment Services because those skills will roll forward to Vista and the server tests.
You have to understand how a answer file is compiled. Of the four main parts of the bootstrap section; The first section of the answer file, the bootstrap, includes a provision to avoid overwriting a current installation of windows with a newer installation: Autopartition!!!
Here is a good set of values if you want to avoid overwriting:
Here are the settings I used for my sim before the "big test" 70-270: (lol -- 270 is comprehensive; but 291--- wow):
[Data]
Autopartition = 1
MsDosInitiated = 0
UnattendedInstall = Yes
AutomaticUpdates = Yes
Look up nlite and play around with that as it can greatly help you in making this process much more simple.
You may learn something!