"Dorel Sturm" <> is alleged to have written:
>> I'm writting here some code that deals with updates from Microsoft update
>> server. For this I'm using COM interfaces IUpdate, IUpdateSearcher etc.
>>
>> In some cases I need to deal directly with the ID of the update.
Have you looked into running a WSUS server? I presume the update ID as shown in
WSUS is the same one you are after, and running a server would allow you to
obtain data about updates for all languages. If you never approve any patches
the server will only download the metadata.
WSUS does require Windows Server 2000 or 2003.
Crosspost added to update_services.
Robert Aldwinckle wrote:
> I think that I would take a look at the XML files that support the MBSA.
> http://go.microsoft.com/fwlink/?LinkId=76054
>
> Hmm... That's pretty ugly (xml in cabs in cab). Hopefully someone knows
> a way of automating the extraction and using them all.
No, the only supported way of using the catalog is via the documented interfaces
which will only ever tell you about updates relevant to the current system. The
format of the catalog may change in future.
Harry.