hello
let's say i was add some exe file to the project's resources.
now if i want to run that file, i have to extract it from the resources as a new file and then i can run it for example with diagnostics.process.start("PathToFile") .
my question is if there is a way to run that file without extracting it as new file
but instead directly from the memory ?
BTW: i know about the "assembly.load" but it's not help me cause it's works only with exes which have a manifest...
let's say i was add some exe file to the project's resources.
now if i want to run that file, i have to extract it from the resources as a new file and then i can run it for example with diagnostics.process.start("PathToFile") .
my question is if there is a way to run that file without extracting it as new file
but instead directly from the memory ?
BTW: i know about the "assembly.load" but it's not help me cause it's works only with exes which have a manifest...
Last edited: