Is it possible to override the behavior of a merge module.
        Posted  
        
            by Kragen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kragen
        
        
        
        Published on 2010-06-13T06:16:42Z
        Indexed on 
            2010/06/13
            6:22 UTC
        
        
        Read the original article
        Hit count: 471
        
Supposing I have a merge module that installs a file "MyFile.txt" to a certain location, and that I wish to use that merge module, however I want to supply a different copy of "MyFile.txt" from the one supplied with the merge module.
Is it possible to do this? (And for bonus points how can I do this using Wix)
© Stack Overflow or respective owner