In my application , I check for application updates programmatically. (according to How to: Check for Application Updates Programmatically Using the ClickOnce Deployment API) ,but I want also to know before the update, which dll s were changed (by checking dll version) in order to decide whether the update is relevant for current user.
如往常一样,你必须检查最新情况,以便:
www.un.org/spanish/ga Information info = ad.CheckForDetailedUpdate()。
但是,更新 检查 信息并不包含最新的内容信息,我希望得到载有相关数据的清单。
在更新内容之前,你是否有什么想法?