I am creating a custom component (comp A) which is used by 4-5 other winform projects in the same solution. The issue is while installing the app, the user might select at the minimum one project to install or more. S/he might install another project later.
I want these projects to access the same copy of the component, at any point of time. I don't want to each of these projects to have a separate copy of the component.
How do i achieve this?