It's an image of the first partition of my hard drive with a windows installation. Copied over with dd from a linux live cd.
dd if=/dev/sda1 of=/media/BKP_HDD/C.iso bs=4096 conv=notrunc
(if that helps at all)
I was actually just curious as to whether it could be done, if the answer is 'no', that is fine too.