How do I add a merge module to an installer that is in the same solution?
        Posted  
        
            by Max Schmeling
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Max Schmeling
        
        
        
        Published on 2010-04-19T21:10:37Z
        Indexed on 
            2010/04/19
            21:13 UTC
        
        
        Read the original article
        Hit count: 351
        
I have two installers and a merge module in a solution, and I need to include that merge module in one of the installers. Is this possible without building the merge module and referencing the *.msm file directly? Is there any way to do it like a project reference?
© Stack Overflow or respective owner