What I want to do is install windows xp (on a partition without windows) and have it install documents and settings on a different partition. Microsoft Knowledge Database describes how to do this using an unattend file(http://support.microsoft.com/default.aspx?scid=kb;en-us;314843). However their instructions do not work. Can I make an unattend file manually that only includes this:
[GuiUNattended] ProfilesDir = "D:Documents and Settings"
and somehow get the setup to use it, or do I have to go through the whole wizard and then just add that line to the file that it generates?