Automatic check during start

Hi.Is there a posibility to check for updates during .NET WPF application start automaticaly ?Regards, Jahn

Yes, this is the default behavior of the AutomaticUpdater. Just add it to your app and it handles that all automatically.

Does it check on *every start? No, that would be silly. It checks at the interval set in the "DaysBetweenChecks" property.

Tell me if that helps.

Hi.I made my app as tutorial is.After app runs, I have to click to "Check for updates ..." menu item to do it.How should I change my app to Automatic updater can do it itself ? Withouth click.Thanks, Jahn

I take my last query back.Settting "DaysBetweenChecks" to 0 solve my problem.Thanks.Regards Jahn