2014-08-22 Ramon Novoa <rnovoa@artica.es>

* win32/windows/pandora_windows_info.cc: Show system components when
	  retrieving the list of installed software.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10451 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2014-08-22 14:37:26 +00:00
parent b813a7837d
commit e66f80f470
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2014-08-22 Ramon Novoa <rnovoa@artica.es>
* win32/windows/pandora_windows_info.cc: Show system components when
retrieving the list of installed software.
2014-06-23 Vanessa Gil <vanessa.gil@artica.es>
* win32/bin/pandora_agent.conf: Fixed encoding

View File

@ -282,12 +282,6 @@ Pandora_Windows_Info::getSoftware (list<string> &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 != "") {