WiX - Gotchas for Combining COM and .NET components in the same installer
        Posted  
        
            by cmsjr
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cmsjr
        
        
        
        Published on 2010-04-21T18:44:55Z
        Indexed on 
            2010/05/01
            22:57 UTC
        
        
        Read the original article
        Hit count: 264
        
I have two products that are always installed in tandem. One is an ActiveX exe the other a C# application. I've gotten the ActiveX installer to build and function properly using WiX and I'd really like to combine both into a single installer. I'm feeling just about dangerous enough with WiX to attempt it, but would be interested in any advice (particularly if it is inadvisable).
© Stack Overflow or respective owner