youngqi Posted March 31, 2008 Share Posted March 31, 2008 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. Link to comment Share on other sites More sharing options...
hotpants Posted March 31, 2008 Share Posted March 31, 2008 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. Link to comment Share on other sites More sharing options...
youngqi Posted March 31, 2008 Author Share Posted March 31, 2008 Thank a lot.I'll try it. Link to comment Share on other sites More sharing options...
youngqi Posted April 4, 2008 Author Share Posted April 4, 2008 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. Link to comment Share on other sites More sharing options...
DigeratiPrime Posted April 11, 2008 Share Posted April 11, 2008 another method, or program rather, has been created by jcarle herehttp://wud.jcarle.com/ Link to comment Share on other sites More sharing options...
youngqi Posted April 15, 2008 Author Share Posted April 15, 2008 I've got the url by the BundledUpdates property of IUpdate. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now