Is it possible to embed and use a portable executable in a .net DLL? -


the easiest way think of question think of single, simple unix command (albeit, windows) , need progmatic access run it.

i have single command-line based executable performs unit of work. want call executable .net process library, can other executable.

however, dawned on me there potential dll become useless or break unintended updates executable or non-existant executable.

is possible run executable process object in .net framework, external executable file?

no, can't execute directly. unpack temporary directory , execute there.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -