I've got a question regarding .NET applications and the executable that is made with the release of the application. Right now I've made my application, and it's working as intended, and I know that in the Release folder you have to final application. It works, you can run it, but my problem is in distribution.
There are a lot of extra files generated by it, and probably because of that's what it needs to get running. But is there a possibility that I can wrap everything in a package so that I can distribute one file of ~2-3mb instead of a zip file containing every file individually.
I don't want to use a setup for my applicaton, because it's very small and a standalone application is better for me. Thanks in advance!
EDIT: It's for the most part DLL and XML files, see this image: https://i.stack.imgur.com/UnqeT.jpg