What I would like to achieve is to have 2 tabs with custom code activities added automatically to the toolbox every time a new activity is created in any (workflow) project. Ideally this should be done through some code or installer.
I found a solution using the Visual Studio Integration Package but that one is not suitable for me (as it needs the SDK).
I have also tried using the IActivityToolboxService interface but that worked only for creating the tabs in the toolbox. And I was able to create them only if I (already) had access in toolbox to my custom activities.
Any other ideas are highly appreciated.