how to get OS Update List in vista

M

Mencius

hello,

I donn't know how to get OS security update list in Vista.
I want to write a c++ program which can get security update display names
list in vista and I can't use WUA lib. Who knows other methods except using
WUA.

I have tried to do something, for example:
Firstly, in windows XP, I have get the list of security updates through
enumerating registry
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall",
but in vista, I can't, there is no information of security update in the
registry.
Secondly, I have used MsiEnumProducts and MsiEnumPatches (api of Msi.lib),
but I only got the patchs of products, not OS security update.

-
thanks
 
S

Sam Hobbs

This newsgroup is not a developer's newsgroup; you will get more answers in
a developer's newsgroup. The following are both developer's newsgroups that
I think are most likely to help, but you should look at what is available.
Unfortunately I don't know where the page is at that lists all the groups. I
do know that the following do have people that can be very helpful.

microsoft.public.platformsdk.security
microsoft.public.platformsdk.msi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top