OOB 检查可用更新
我需要检查更新是否可用但不需要下载。
我怎样才能检查这个?
谢谢
I need to check , Is the update available but don't need to download.
How can I check this ?
Thank You
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,在 Silverlight 4.0 中没有办法做到这一点。您需要创建某种类型的 WCF 服务,它可以读取 XAP 清单然后返回报告。如果您检查 OOB 应用程序是否有新更新,它将下载该更新。
There is no way to do this unfortunately in Silverlight 4.0. You would need to create some type of WCF Service which could read the XAP Manifest then report back. If you check for a new update for your OOB app it will download the update.