Check if a Windows application is installed on local machine from Asp.net?
        Posted  
        
            by Jim
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jim
        
        
        
        Published on 2010-03-17T22:01:34Z
        Indexed on 
            2010/03/17
            22:21 UTC
        
        
        Read the original article
        Hit count: 327
        
We have a certain application installed on a single machine. I would like to enable/disable a button based on the existence of this application. Is there a way to check for its existence from asp.net?
the app is currently on an XP machine, but want to code for Win7 as well. VS2008 3.51. Asp.net
© Stack Overflow or respective owner