How do you hook the auto updater within an application? I wanted to add a "Check for updates" to the tool bar in my application and leverage the click once auto updater.
CAC90 Tuesday, September 13, 2005 5:47 PM
I'm assuming your application is ClickOnce deployed to begin with. If so you can use methods available in the System.Deployment.Application namespace to check for updates and download updates programatically from within your app.
Sameer Bhangar - MSFT Friday, September 16, 2005 12:43 AM
I'm assuming your application is ClickOnce deployed to begin with. If so you can use methods available in the System.Deployment.Application namespace to check for updates and download updates programatically from within your app.