Comment 2 for bug 1387081

Revision history for this message
Sylvie (sylvie-cozic) wrote :

Hello,

It seems to me there are 3 cases :

- Software is found in the registry (...\uninstall key); the field InstallDate exists and value is formatted YYYYMMDD -> value in xml/ocs file is correct and formatted YYYY/MM/DD; value is correct in table "softwares".

- Software is found in the registry (...\uninstall key); the field InstallDate doesn't exist -> value in xml/ocs file is "0000//0/0/00"; value in table "softwares" is "0000-00-00 00:00:00"

- Software is an hotfixe (found in WMI class Win32_QuickFixEngineering)-> value in xml/ocs file is correct and formatted "D/M/YYYY"; value in table "softwares" is "0000-00-00 00:00:00"

The issue is with the last 2 cases... the first one is working correctly...

Regards,

Sylvie