Well in this tutorial I'm going to explain you how to add the .dlls to your program so you only have your .exe without any further .dlls flying around
First off download ILMergeGui.rar(attached to my post)..
Start "ILMergeGui.exe".
Now you are going to do the following...
Select your .exe and drag it into
PRIMARY ASSEMBLY.
Also drag it to
OUTPUT FILENAME, however rename it so it doesn't replace it.
Select your .dlls and drag them into
OTHER ASSEMBLIES.
Uncheck "
Use Strong Key".
It should look a little something like this ->
Hit
MERGE.
This tutorial is not leeched I've written it a minute ago
So now you won't have any .dlls flying around...
If you are not merging your program and start it without the .dlls in the application startup folder your program will stop working. After merging all is going to work fine!