Checking for updates at startup
        Posted  
        
            by chris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by chris
        
        
        
        Published on 2010-05-31T08:14:52Z
        Indexed on 
            2010/05/31
            8:22 UTC
        
        
        Read the original article
        Hit count: 198
        
Let's consider a WPF client-server application. What is the best practice to create the client, so that every time it is launched, it checks for updates and if any available, update the client application?
© Stack Overflow or respective owner