Build MSI to install DLL and make it accessible from "Add References" in VS
        Posted  
        
            by Jon Harrop
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jon Harrop
        
        
        
        Published on 2010-03-26T21:32:14Z
        Indexed on 
            2010/03/26
            21:33 UTC
        
        
        Read the original article
        Hit count: 200
        
I'd like to build an MSI installer that installs a managed DLL and makes it accessible to users from Visual Studio's "Add References" menu in Solution Explorer. I believe I am supposed to add a key into the Windows registry but I cannot see how to tell the VS project for the MSI to do this at install.
How is this done and where should I look for tutorials on this kind of thing?
© Stack Overflow or respective owner