Re: Load EXE and run from memory - is it possible in C# ?
From: Kyril Magnos (kyril.magnos_at_yahoo.com)
Date: 07/28/04
- Next message: Kyril Magnos: "Re: C# Error CS1034: compiler limit exceeded (2046 characters)"
- Previous message: Kyril Magnos: "Re: Speed Test c# vs. c++"
- In reply to: Just D.: "Load EXE and run from memory - is it possible in C# ?"
- Next in thread: Just D.: "Re: Load EXE and run from memory - is it possible in C# ?"
- Reply: Just D.: "Re: Load EXE and run from memory - is it possible in C# ?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Jul 2004 14:50:28 -0700
Dimitri,
AFAIK, This is not possible in C#. But, if this is a .NET application, you
may want to look into self-updating applications.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/updater.asp
-- HTH Kyril Magnos "I'm not a developer anymore, I'm a software engineer now!" :-) "Just D." <no@spam.please> wrote in message news:6VUNc.1115$wz.778@fed1read01... | Hi All, | | I have a question. I need to load some EXE file into memory and then find a | way how to run it from the memory without saving to disk. I know that it was | possible in C++ to execute any code already loaded into memory. What about | C#? Does anybody know how to do that? | | The main purpose - to download a small installer from my www and then using | this installer to download some big installer (like SETUP.EXE) and run it | without saving to a client disk. That's a requirement, the purpose is to | keep the client always up-to-date and don't allow him to keep old installer | files on the remote machine. The small installer should test the remote | application version and understand what version is running to stop it and | update if it's needed. | | Thanks, | Dmitri. | |
- Next message: Kyril Magnos: "Re: C# Error CS1034: compiler limit exceeded (2046 characters)"
- Previous message: Kyril Magnos: "Re: Speed Test c# vs. c++"
- In reply to: Just D.: "Load EXE and run from memory - is it possible in C# ?"
- Next in thread: Just D.: "Re: Load EXE and run from memory - is it possible in C# ?"
- Reply: Just D.: "Re: Load EXE and run from memory - is it possible in C# ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|