Hi
I have created a Custom control for wpf using the Wpf custom control library template. It targets Dot Net 4.0 and above. Typically, and perhaps stupidly, I designed and built the control before researching the little matter of deployment, however although it would seem that if I was starting afresh I should have begun with a new visx project and then added a toolboxcontrol to that I notice that there doesn't aoppear to be a dot net 4.0 version of the template in vs 2015, and besides which the toolboxcontrol template appears to be based on a usercontrol not a custom control.
So with my new custom control already built what is the best approach to have it install automatically into an end user's toolbox (targeting ideally vs 2010-15).