If you work on unattended installtion for Windows and you get the following error during the GUI Installation Setup, don't despair.
An error has been encountered that prevents Setup from continuing.
Internal Setup data structers are corrupted (phase 0).
Press OK to view the Setup log file
When you get this error, there are some missing entries on your
winnt.sif file in the I386 Folder.
You have to add:
MsDosInitiated = "0"
AutoPartition=0
UnattendedInstall = "Yes"
That flags are essential for the [Data] Selection in the
winnt.sif file!
MsDosInitiated=0 Means that you are not installing from floppy drives!
AutoPartition=0 You musst create the partitions on yourself!
UnattendedInstall = "Yes" Starts the Unattended Installation in the GUI Mode.