According to this article:
http://msdn.microsoft.com/en-us/library/ms809975.aspx
you can export a component in a service.
But is it possible to create several services that export different instance of the same component?
I see one potential issue is when defining the \HKEY_CLASSES_ROOT\AppID\\LocalService, since each service have different name I can’t have them all in the same key.
Thanks
It is quite explicitly mentioned in the linked article:
You have to use a regular out-of-process server if you want multiple instances of it.