L
L
lexiciko2016-08-23 23:39:28
C++ / C#
lexiciko, 2016-08-23 23:39:28

Merge .exe and .config into new .exe file in C#?

Hello, there are .exe and .config files, I need to create a C# program to combine these files into 1 .exe file, how can this be done?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vladimir Martyanov, 2016-08-23
@vilgeforce

What's the problem? Open the exe for writing and write your config to the overlay. If you want a lot of love and hardcore - write a program to add a config to resources.

L
lexiciko, 2016-08-23
@lexiciko

I need to do something like sfx archive but without extracting the source files to some folder

A
Alexander Ananiev, 2016-08-24
@SaNNy32

Everything is already written
here stackoverflow.com/questions/4586210/how-do-i-compi...

L
LiptonOlolo, 2016-08-30
@LiptonOlolo

You do not need to write anything, everything has already been done before you.
UPX, EnigmaVB, Enigma

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question