Since Windows will be the second OS on the system and installing it will wipe out the MBR and bootloader, (grub) how do I restore the bootloader once the windows installation is complete?
Boot from the rescue CD, get to the shell prompt, run "chroot /mnt/sysimage" and then "grub-install /dev/hda"
That should do it.
Paul.