Ok. Suppose I already have some custom managed module type assembly and management pack containing the definition of that module type. Should I manually install that assembly to GAC on all agent-managed computers? Or may be it's sufficient
to install assembly to GAC on management server and then it will be automatically deployed to agents? Generally my question is about procedure of importing management packs containing custom managed module types. Now I'm selecting between development
of custom data source module (good and straightforward solution in my case) and reduction to existing data source modules (rough solution in my case). But if custom module requires manual deployment of assembly on all managed computers - I will choose the
last one.