| View previous topic :: View next topic |
| Author |
Message |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Tue Sep 27, 2005 3:00 pm Post subject: |
|
|
Thats exactly what this demo does. You can write the resource programs
anywhere that you'd like, and then you can delete them when you are
finished. I only used the working directory for this demo.
The thing to do is to extract the required file, run it, and delete it when you
are finished with it. I would create a temporary folder, extract what files I
needed from my resource file, run them if needed, and when my program
finished, I would then delete the temporary folder we created when we
first ran our program. _________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Tue Sep 27, 2005 3:57 pm Post subject: |
|
|
Hi Flypaper,
Does this demo show/explain things really well for you? Does it fit your
needs? My reason for asking is if it is a good example, I will include it with
my next update of SSRC.EXE. _________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
flypaper Contributor


Joined: 19 Oct 2001 Posts: 104
|
Posted: Tue Sep 27, 2005 4:22 pm Post subject: |
|
|
| ShinobiSoft wrote: | Hi Flypaper,
Does this demo show/explain things really well for you? Does it fit your
needs? My reason for asking is if it is a good example, I will include it with
my next update of SSRC.EXE. |
For the most part, yeah it does. I was really hoping for something that could be run without actually creating the .exes, for various reasons, but this is leaps and bounds better than just putting the executables in a directory. |
|
| Back to top |
|
 |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Tue Sep 27, 2005 8:49 pm Post subject: |
|
|
Even with the programs that are written in other programming languages,
it is not possible to run an executable strictly from memory. There are special
descriptors in an executables code that tells the operating system how to
load the executables code into memory. To my knowledge, this is the only
work around for VDS. I use similiar code in SSZip.Dll for the SFX stubs. _________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Wed Sep 28, 2005 1:51 am Post subject: |
|
|
| I've tested having one create an obscure directory, and drop the exe there, then run it, then have it delete the folder and its self. |
|
| Back to top |
|
 |
|