Can someone explain how the Silverlight 4 OOB upgrades happen? Is it click one? Would the OOB shell automatically download the latest xap from the server?
+2
A:
You need to code up the check for and download upgrades from within your application. You do this using Application.CheckAndDownloadUpdateAsync
.
See also Checking for Application Updates
AnthonyWJones
2010-03-05 21:43:13