diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog index 1cddc0106f..dc1d2633b0 100644 --- a/pandora_agents/ChangeLog +++ b/pandora_agents/ChangeLog @@ -1,3 +1,8 @@ +2014-08-22 Ramon Novoa + + * win32/windows/pandora_windows_info.cc: Show system components when + retrieving the list of installed software. + 2014-06-23 Vanessa Gil * win32/bin/pandora_agent.conf: Fixed encoding diff --git a/pandora_agents/win32/windows/pandora_windows_info.cc b/pandora_agents/win32/windows/pandora_windows_info.cc index 5e3529c93c..cc25f1aabf 100644 --- a/pandora_agents/win32/windows/pandora_windows_info.cc +++ b/pandora_agents/win32/windows/pandora_windows_info.cc @@ -282,12 +282,6 @@ Pandora_Windows_Info::getSoftware (list &rows, string separator) { continue; } - /* Skip system components */ - system = getRegistryValue (HKEY_LOCAL_MACHINE, reg_path, "SystemComponent"); - if (system != "") { - continue; - } - /* Get application version */ version = getRegistryValue (HKEY_LOCAL_MACHINE, reg_path, "DisplayVersion"); if (version != "") {