I have a VB .NET project that uses controls from 3rd parties that reside in the GAC. What is the quickest/easiest way to include these assemblies in an install?
Your control documentation will indicate which controls reside inside which assemblies, and whether they have any further dependencies. You may then install all the required files into their respective locations.