want to harvest list of installed Ks and Qs

S

Support

Hello:
We have laptop users and we want to check if they have downloaded particular
service packs +KB's and Q's.

I have found some records in two places:

1) In c:\windows\ you can find a log of numerous Q and K's installed BUT
NOT all are there.

2) In registry ->HKLM -> Software -> Micorosft ->Updates you will find many
more but the layout is painful!

I could write recursive code to extract all the KBs, WM's K's and Q's but I
was wondering if there was a more linear repository somewhere.

My application harvests that type of information including anti-virus
definition dates into an XML file which is then remoted to a SQL database
where reports can be generated.

Thansk for any suggestions.
Terry
 
C

Carey Frisch [MVP]

HFNetChk
http://www.microsoft.com/technet/security/tools/hfnetchk.mspx

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect Your PC!
http://www.microsoft.com/athome/security/protect/default.aspx

-------------------------------------------------------------------------------

:

| Hello:
| We have laptop users and we want to check if they have downloaded particular
| service packs +KB's and Q's.
|
| I have found some records in two places:
|
| 1) In c:\windows\ you can find a log of numerous Q and K's installed BUT
| NOT all are there.
|
| 2) In registry ->HKLM -> Software -> Micorosft ->Updates you will find many
| more but the layout is painful!
|
| I could write recursive code to extract all the KBs, WM's K's and Q's but I
| was wondering if there was a more linear repository somewhere.
|
| My application harvests that type of information including anti-virus
| definition dates into an XML file which is then remoted to a SQL database
| where reports can be generated.
|
| Thansk for any suggestions.
| Terry
 
S

Support

I guess I was asking WHERE this information comes from. It appears to come
from different sources...
 

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