QUESTION :
I’m looking for a tool which can “burn” image files created with dd under Linux on Windows. I send these images to clients so it should be as simple as possible to use. Having something that can be integrated into our proprietary interface would definitely be an added bonus.
What do you guys use for such tasks?
N.B. I’m not necessarily looking at something free here, it could be a paying solution.
Regards,
Marc
ANSWER :
imgburn too will burn .iso files
If it is a standard ISO image any burning software can do it in Windows
dd for windows can read or write to raw block devices (in unix terms). It’s GPL, but you can just call its command line behind the scenes.
dd if=c:tempfoo.img of=\.Volume{01234567-89ab-cdef-0123-456789abcdef} bs=1M
A more specific program is Ubuntu’s Win32 Disk Imager (usage example). It has a GUI. It’s GPL, so you can’t use it in a proprietary program.
If they’re using Windows 7, they can burn the ISOs natively in the OS. If they’re using Vista they can install Imgburn.