Programmatically Installing Update

I'm trying to force an update in certain situations, like this.

Me.AutomaticUpdater1.ForceCheckForUpdate() Thread.Sleep(360000) Try Me.AutomaticUpdater1.InstallNow() Catch ex As Exception MessageBox.Show(ex.ToString()) End Try

The problem is sometimes an update isn't needed. Is there a way to query the control to tell if there is an update available?

Sorry for the newb question.

Don't use the AutomaticUpdater at all. We're removing it in the next version.

Use wyUpdate directly: https://wyday.com/wybuild/help/silent-checking.php