youngqi Posted March 31, 2008 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.
hotpants Posted March 31, 2008 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.
youngqi Posted April 4, 2008 Author 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.
DigeratiPrime Posted April 11, 2008 Posted April 11, 2008 another method, or program rather, has been created by jcarle herehttp://wud.jcarle.com/
youngqi Posted April 15, 2008 Author Posted April 15, 2008 I've got the url by the BundledUpdates property of IUpdate.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now