Initial deployment of ClickOnce product on corporate network
- by MrEdmundo
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?