Launch process (exe file) from resources
问题 I have a compiled exe file which I use to convert images. It is named convert.exe. I want to use it within my C# application without being visible in my application folder. So I thought I could add it as a resource. The problem is: How can I launch an external process of an exe file stored in my resources? 回答1: Unfortunately, there is no way around what Hans Passant said. Practically, in order to run it you must first save it to disk. There are several applications that use this method. One