.net component installer for COM interop
        Posted  
        
            by daemonkid
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by daemonkid
        
        
        
        Published on 2010-05-31T09:45:48Z
        Indexed on 
            2010/05/31
            12:33 UTC
        
        
        Read the original article
        Hit count: 344
        
I have a .net component that will be called by unmanaged code. I want to create an installer for the .net component that will in one step..
-install it to the desired directory -generate the tlb file -run the regasm command
The deployers of this component dont have knowledge of the .net framework.
Any ideas?
Thanks.
© Stack Overflow or respective owner