To wipe the disk: Boot the windows DVD, press SHIFT and F10 to get a command prompt and use diskpart with the clean option. If you have multiple harddisks then make sure you select the correct one.
Use any Windows 7 or 8 startup disk. When you're asked what hard drive to install to, press Shift+F10 and a Command Prompt window will appear.
Enter the following commands:
DISKPART
LIST DISK
SELECT DISK #
(Where # is the number you saw in the previous step.)CLEAN
CONVERT MBR
CREATE PARTITION PRIMARY SIZE=50000
(The size is in MB, so enter the amount that you want to use for your system partition.)FORMAT FS NTFS LABEL "SYSTEM" QUICK
Close the Command Prompt, refresh the installer window and it should
show the new partition layout. Select the partition you created to
install Windows 7 or 8, and click Next.WARNING: COMPLETE HARD DISK WILL BE CONVERTED AND ALL DATA WILL BE LOST.