-1

I need to deploy a WinForm application and I need to generate just 1 .exe file.

I tried with ClickOnce but it generates also a manifest file, so I can't use it, and I can not use the Release folder content because there aerseveral files (eg. strings resources)

Thanks a lot!

user3471528
  • 3,013
  • 6
  • 36
  • 60

1 Answers1

0

There's a little tool called ILMerge. With this it is possible to merge several dlls and exe into one exe.

I don't know if it is possible to integrate resource files as well, but i don't think so.

Have a look at: ILMerge Best Practices

Community
  • 1
  • 1
RamNow
  • 456
  • 5
  • 16