1

Possible Duplicate:
.NET windows application, can it be compressed into a single .exe?

I have a project that relies on several dlls and once I compile it, it requires that I run the .exe in the same folder with the dlls. Can I package them together so I don't have to do that?

For reference, I'm using C#

Community
  • 1
  • 1
Malfist
  • 31,179
  • 61
  • 182
  • 269

1 Answers1

6

You can use ILMerge to combine them into one.

Marc Gravell
  • 1,026,079
  • 266
  • 2,566
  • 2,900