Hi
It may be that you have to look at the update's child updates to get the
download content, since updates are bundled and the actual bundle won't have
download content.
Try to use Update.BundledUpdates to access the child updates and then
retrieve the download content.
--
Oscar Lee (MSFT)
Microsoft Corporation
WSUS
(Communication using the newsgroup is preferred. Thanks!)
=====================
This posting is provided "AS IS" with no warranties, and confers no rights.
=====================
"spill" <> wrote in message
news: oups.com...
> Hello,
>
> Using WUA API in C++, I am trying to retrieve the download location for
> each update using the DownloadContents collection property. This works
> great for driver updates: they tend to have one UpdateDownloadContent
> object, which contains a DownloadUrl property. However, software
> updates return an empty DownloadContents collection.
>
> Does anybody know why this might be? Is there another way to retrieve
> the update download location?
>
> Thanks so much,
> Jill
>