I would like to wrap a bunch of files (.exe.xml, some images) in 1 executable package. When the user launches this executable package, the .exe included in this executable package must be launched. Is this possible primarily on the Windows platform?
What I'm not looking for is a self-extracting zip or installer, because both of them actually move the new files to the hard drive.
Why do I need it? I want the user to have only one file so that it is easily distributed.
Thanks in advance
Bart
Thank you for your responses. I must admit that I am not an application developer, so this is all a little new to me. I am actually a Flash developer. I would like to be more specific and explain to you what I'm actually trying to do:
I developed the following files:
- viewer.exe (a standalone viewer with flash memory, it is usually a compiled .swf, but for this type of file you need a browser plug-in player to show itself).
- content.xml
- folder with images of different types
Viewer.exe loads content.xml, creates a presentation using specific content in content.xml (with links to different images in the image folder).
My client is not very similar to the full structure with all the different files, because it is not easy to distribute these files. So I'm trying to "wrap" all the files in one .exe or something else :)
I hope I'm a little clearer.
If one of your solutions can still create such a package, please feel free to correct and train me :)
Bart
windows file package wrap
Bart claessens
source share