R4PM0NK3Y Posted December 13, 2003 Posted December 13, 2003 I have an embedded resource file in my project. I want to copy that file somewhere on the user's hard drive. How would I do that? Thanks. :) Quote
tate Posted December 13, 2003 Posted December 13, 2003 As part of your deployment project create a folder that will be installed with your exe file. Add the resource file to that folder. Quote
*Experts* mutant Posted December 13, 2003 *Experts* Posted December 13, 2003 What kind of file is it? Quote
R4PM0NK3Y Posted December 13, 2003 Author Posted December 13, 2003 What kind of file is it? It's an exe file. I'm 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 don't know how to do is copy the embedded exe (embedded in the install program project) to a folder. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.