Q1. In order to uniquely identify a MS update for all catalogues, do we rely on BOTH the Guid and Revision?
I am asking in the context of WUA API, IUpdateIdentity and IUpdateSearcher. UpdateID and RevisionNumber
http://msdn.microsoft.com/en-us/library/windows/desktop/aa386482(v=vs.85).aspx
IUpdateSearcher::Search method (Windows)
Q2. If answer to Q1 is positive, then its is true that for a certain KB, the Guid will remains constant over time when Microsoft publishes newer revision (10x, 20x..) available to the public?
Q3. With the same chain of thought, for a Microsoft box that has a Guid with revision 202 installed, and for the same Guid that has 203 becomes available, would windows update able to install revision 203?
Thanks in advance.