How to programatically get the list of installed programs
        Posted  
        
            by rajivpradeep
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by rajivpradeep
        
        
        
        Published on 2010-05-19T11:21:53Z
        Indexed on 
            2010/05/23
            18:10 UTC
        
        
        Read the original article
        Hit count: 299
        
visual-c++
|registry
Hi,
I am creating a program which first checks whether a particular program has been installed or not, if it's installed it continues to execute other code, if it's not installed then it installs the application and then proceeds to execute the other code.
How do i check programatically in VC++ that the application has been installed or not
© Stack Overflow or respective owner