Copying embedded resource file to specified path

R4PM0NK3Y

Member
Joined
Dec 1, 2003
Messages
14
I have an embedded resource file in my project. I want to copy that file somewhere on the users hard drive. How would I do that? Thanks. :)
 
As part of your deployment project create a folder that will be installed with your exe file. Add the resource file to that folder.
 
Originally posted by mutant
What kind of file is it?

Its an exe file. Im kind of making my own little install program. The program creats a folder, copies the embedded exe to that folder, creates the registry entries, and closes. The only thing I dont know how to do is copy the embedded exe (embedded in the install program project) to a folder.
 
Back
Top