How do I automatically upgrade Silverlight 3 applications and start the new upgraded version without user interaction?
I know that I can download and upgrade to new versions of the Silverlight OOB-app using Application.CheckAndDownloadUpdateAsync() but I don't know how to restart the application after that.
(The Silverlight application runs on a computer (more like a terminal/appliance) with no keyboard or mouse)