This is interesting... I do use a program for creating DVD home movies (
DVD Flick ) that at the end, calls image burning software (my default was ImgBurn) and runs it to Burn the new ISO image. This might be complicated code that allows for any burning program, but you could always specify to install ImgBurn and use that to burn the ISO.
So there is a way for a program to do this
Have the user install ImgBurn
The Official ImgBurn Website
Then run the .exe
The .exe should have a command line execution to run imgburn with the following parameters
imgburn /mode build /buildoutputmode imagefile /DEST "e:\\<yourISOname>.iso" /src "c:\\<your_installation_location>" /VOLUMELABEL_ISO9660 "<yourtitle>" /VOLUMELABEL_UDF "<yourtitle>"
I think that will work. I looked at the forums for ImgBurn to see what could be done.
Hope that works... Also, welcome to Seven Forums