howto modifying resource on an existing assembly (.exe) ??

  • Thread starter Thread starter # Cyrille37 #
  • Start date Start date
C

# Cyrille37 #

Hello,

I'm trying to add a resource to an existing assembly, but I failed.
I've only nearly found how to create a new assembly, but not change a existing one.

I would like to write a little C# program that store some text inside a
resource, without a external file storage.
For example : an auto extracting zip file or a auto decrypt gnupgp file.

You launch the program then type some text. When you leave the program it store
the text inside a copy of it self.

Any idea ?

Thanks a lot,
cyrille
 
Hello,

I'm trying to add a resource to an existing assembly, but I failed.
I've only nearly found how to create a new assembly, but not change a existing one.

I would like to write a little C# program that store some text inside a
resource, without a external file storage.
For example : an auto extracting zip file or a auto decrypt gnupgp file.

You launch the program then type some text. When you leave the program it store
the text inside a copy of it self.

Any idea ?

I doubt this can be done (using only one executable). Why don't you
want to use a simple text file or something?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top