I'm trying to package a set of compiled .NET DLLs. These comprise x86. x64 and AnyCPU builds of the same library (same DLL name, different version numbers & target platforms).
I am using Advanced Installer, however - assuming an installer agnostic environment, how can I make sure my DLLs show up in the Visual Studio Add-References dialog after an end-user installs my MSI?
Targetting VS2010 and VS2012. Any help gratefully received