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:
parent
b813a7837d
commit
e66f80f470
|
@ -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
|
||||
|
|
|
@ -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 != "") {
|
||||
|
|
Loading…
Reference in New Issue