Reputation: 4319
I need to be able to make a self extracting image which will burn itself to a USB stick.
I'm thinking if there is a freeware tool (something like Rufus or MagicISO) which supports command line I may be able to put some kind of shell wrapper to detect the USB flash drive, and give it a GUI where the user can confirm they want to create an bootable ISO to that drive.
The self extracting file will also have to contain the ISO. The end result I am after is something like the Windows 10 Media Creation tool.
I would like to do this with C# .Net - it will be to run on a Windows platform.
Upvotes: 0
Views: 999