in my application, i need it to have another .exe built into it (like in vb6 with a resource file) so that i can execute it also. My program is dependent on the program i want to include.

How can i go about including another exe file, and then moving it to a local file on the person's hard disk, and lastly running it?

If it's easier, i could just put the running part in the RunOnce registry key, so really all i NEED is to have my .exe include another, and then to be able to play with it.

Anyone have any ideas?