Hi
I'd like to wrap a bunch of files (an .exe a .xml, some images) in 1 executable package. When the user launches this executable package the .exe included in this executable package should run. Is this possible in the first place on the windows platform?
What I'm not looking for is a self extracting zip or an installer because both of them actually move the new files to the harddisk.
Why do I want this? I want the user to have just one file so that it is easily distributed.
Thanks in advance
Bart