I am working on windows 7 support. In my application I want to gather installed updates and patches. Currently I am gathering it from WIn32_QuickFixEngineering
. But it is not giving information for InstalledSDate
, Description
.
I need to get this either from registry or API (C++ application). In other operating system like XP, 2k3 registry keys are-
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionHotfix
HKEY_LOCAL_MACHINESOFTWAREMicrosoftUpdates
But these are not present on windows 7.
Can any one give thought on this..