I have some issues with the Riched20.dll file which is used by my application, this problem is fixed applying the KB884047 hotfix, in order to avoid problems with old windows versions, I want to detect when this hotfix is applied in the system, so How i can check if a particular hotfix (windows update) is installed in my system using delphi?
Share
Some time ago, I blogged about this topic
search for installed windows updates using Delphi, WMI and WUAThe key is use the Windows Update Agent API
check this sample code.