views:

64

answers:

2

how to differentiate critical windows updates among all updates in c++

A: 

You can't, as how can you determine heuristically that one update is critical and the other is non-critical?...this is where a human steps in to check and determine from another source such as the Knowledge-base to base the decision on that.

Similar to captcha, you cannot kid or fool them automatically...

Hope this helps, Best regards, Tom.

tommieb75
May-be the update comes with data saying "Not critical"?
UncleBens
@UncleBens: maybe...but...it would be remiss to ignore the non-critical...but how do you know? the non-critical may boost performance or patch an exploit...?!? what you think?
tommieb75
A: 

I'll formulate the question differently. How to find out the Level of Iupdate. In vista levels are important, recommended, optional in xp they are high-priorit, Optional. I want to write a c++ program to count say available important updates.

Shushanik

Shushanik