As described in the title I would like to develop a Windows Forms Application in .NET that is capable of creating at run-time another .NET command line or windows form executable and let me save it to disk.
Do you have any ideas if it is possible and how to proceed?
#Region "Some more info"
I would like to create a form where the user can define a path of an executable and a path for an icon/image.
When he/she presses the build button the program create a new .NET exe that the user can save to the disk.
This exe's icon is the icon selected in during creation and when launched it starts the process selected during creation and exit.
Practically a mini launcher
#EndRegion
Thanks a lot, Marco