vb.net auto detect dependency files for wix 3.7
        Posted  
        
            by 
                Khan
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Khan
        
        
        
        Published on 2013-11-04T03:50:00Z
        Indexed on 
            2013/11/04
            3:53 UTC
        
        
        Read the original article
        Hit count: 294
        
I am in the process of learning WIX all thanks to MS for removing such a nice tool (vdproj) from the latest versions of visual studio.
I have come to know that I can add my files (and dlls) to distribute in WIX using that tag. It is OK. But in vdproj it was very easy to add all files. I just need to right click in file view, and select 'add project output'. This was enough to add dozen of files that were required for my application. In visual studio 2012, and using WIX 3.7, what options do I have to automatically list all those dlls that are required by my application?
© Stack Overflow or respective owner