March 31, 200818 yr Hi,I want to get the windows update list from Microsoft web site. I mean that I want to get the list by my own program, not by the IE or other browser.Who can tell me how to do this?Tnanks.
March 31, 200818 yr You can try the Windows Update API library located in c:\Windows\System32\wuapi.dllYou need to use wsusscn2.cab (download from http://go.microsoft.com/fwlink/?LinkID=74689) for offline scanning.
April 4, 200818 yr Author Hi, allI've get the update list by WUA. But i can't get the download url of the update.I've got the update by the following interfaces,IUpdateSessionIUpdateSearcherIUpdateCollectionIUpdate.By the MSDN, the DownloadContents property of IUpdate can give the download URL. But i can't get it. the DownloadContents is null.Who can give me any hints?Thanks.
April 11, 200818 yr another method, or program rather, has been created by jcarle herehttp://wud.jcarle.com/
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now