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?
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?