Programmatic use of AutomaticUpdater

Hi,I am evaluating wyBuild for a new product we plan on shipping soon, a WPF .Net4.5 application.

What I want to do is:

1. Check silently on startup for a new update.2. If there are new updates, then show a dialog box(but otherwise not). I guess we would embed the AutomaticUpdater control in this window. AutomaticUpdater handles update.3. Close and restart the application automatically.

I have been playing with the AutomaticUpdaterWPF control with limited success.How can I only show my update window when I already know updates are available? Can I use the AutomaticUpdaterWPF for this, or do I need to do a silent check by running wyUpdate myself?

Is it possible to automate an application restart?

thanks,Matt

How can I only show my update window when I already know updates are available? Can I use the AutomaticUpdaterWPF for this, or do I need to do a silent check by running wyUpdate myself?

Yes, using either.

Is it possible to automate an application restart?

Yes, use the ReadyToBeInstalled event.