c++ - From where WMI getting the installed software list in windows? (either from registry or any other location) -
i'm trying installed software list windows machine. i've found out wmi best way same.i'm using c++ application details of installed application need know wmi getting details. note: if changed registries , affect in add/remove programs(control panel) application getting exact values. have changed registry values under "hkey_local_machine\software\microsoft\windows\currentversion\uninstall" 32-bit machine.
could anyone, please let me know how works?
Comments
Post a Comment