How To Store Files In An EXE C#

Posted by S3THST4 on Stack Overflow See other posts from Stack Overflow or by S3THST4
Published on 2009-02-08T21:07:16Z Indexed on 2010/06/07 12:22 UTC
Read the original article Hit count: 236

Filed under:
|
|

Alright, so I'm working on programming my own installer in C#, and what I'd like to do is something along the lines of put the files in the .exe, so I can do File.Copy(file, filedir);

Or, if this isn't possible, is there another way of doing what I am attempting to do?

Thank you in advance.

~Seth

© Stack Overflow or respective owner

Related posts about c#

Related posts about file