I'm thinking about implementing an application using the Visual Studio isolated shell. The way to include the dependencies is including the Visual Studio isolated shell redistributable package, but it's 221.6Mb. It's very big for us.
Do you know any other alternative, maybe distributing only the DLLs that you're using?
For example, I only need Docking Windows system and the editor. Could I only add some lighter DLLs packed in my installer?