0

Now for starting process i write bytes to file and start process from storage.

My.Computer.FileSystem.WriteAllBytes(fullFileName, data, True)
Process.Start(fullFileName)

how to start process from stream?

BabyGluk
  • 89
  • 2
  • 12
  • 1
    You can load an assembly in the current process without the assembly existing on disk. However for a process you need a executable on disk (or network drive) to get things started. – Richard Nov 13 '15 at 10:39
  • http://stackoverflow.com/a/3553911/2319909 – Sam Makin Nov 13 '15 at 12:12

0 Answers0