Can you please provide a sample C# code that calls the automaticupdate control from code behind. I want to add a button (instead of a menu item) that triggers an update.
Hi, I've read the samples and walkthroughs but I cant get a clear understanding on how I can use the automatic update without asking the user to click on a menu control. What I want is for my app to check for update automatically on start-up and reboot if an update is installed. Thanks!
Can you please provide a sample C# code that calls the automaticupdate control from code behind. I want to add a button (instead of a menu item) that triggers an update.
Here's a list of all the members of the AutomaticUpdater (events, methods, and properties).
Set the UpdateType to Automatic. Then when ReadyToBeInstalled event is called, call the InstallNow() function which will close your app, install the update, then restart your app.