المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Embed files in exe programmatically (pretty hard :( )



C# Programming
04-30-2009, 11:00 PM
Hello,
I have been struggling for the past 3 days to do this but I simply can't find any good info on how to do it.
Please let me explain what I want.
I have a compiled software. I want users to be able to brand this software with their own ICON, ABOUT IMAGE and DETAILS.
How can I do this ?
In my oppinion, there are 2 ways to do this :
add the image and details file in to the exe and also, change the exe icon. I don't think this is possible.
create an exe from my application, that will automaticaly add in it the Brandable Software File, About Image and Details file. When I run this newly created exe, it can extract the files in a temp file and run the Branded software.

How can I do that ? Is there any other way ? Did I explain correctly what I want ?

PS: I am programming in VS 2008 c# with .net 3.5

Thank you