Initial deployment of ClickOnce product on corporate network
        Posted  
        
            by MrEdmundo
        on Server Fault
        
        See other posts from Server Fault
        
            or by MrEdmundo
        
        
        
        Published on 2010-05-18T16:33:55Z
        Indexed on 
            2010/05/18
            16:41 UTC
        
        
        Read the original article
        Hit count: 643
        
Hi there I'm a developer looking at introducing ClickOnce deployment for an internal .NET Winforms application that will be distributed via the corporate network.
Currently the product roll out and updates are handled by Group Policy however I would like to control the updates via ClickOnce deployment now.
What I would like to know is, how should I initially roll out the package to make sure that all users have got it. Can I use a combination of Group Policy (the roll out) and then rely on the ClickOnce deployment model for any further updates?
© Server Fault or respective owner