EventStore.ClusterNode.exe dependencies on windows

Most of them in the folder (except client API) you also don’t need to deploy the other .exes padmin, testclient, etc. You can also just run dependencywalker on clusternode. Of course if you want to disable projections this changes as it does if you wish to disable the ui

Assuming you’re running v3, you need ClusterNode (which has most dependencies ilmerged), js1 (if using projections, this is native code so can’t be merged), and if you want the web UI and projections the directories containing web-related files. You’ll likely
also want NLog.config if you want to see any log output

James