I’ve written small console project which use third party dlls (example: HtmlAgilityPack or Newtonsoft.Json). How can I prepare installer to this project?
I wondering how to do this because the dlls aren’t available on the clients computer and the executable doesn’t work on it’s own.
For packaging your application (and its dependancies) into an installer, you have multiple solutions :