We found a registry key that has the date of the latest virus definitions. Now all we need is a way to trim the key down.
HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\SharedDefs
NAVCORP_70=C:\\PROGRA~2\\SYMANTEC\\DEFINI~1\\VIRUSD~1\\20091104.009
The key contains a full string path of the latest definition. The last folder name is the date of th latest definitions downloaded. Is there any way to trim the string down to just the numbers at the end? I.E. 20091104.009
Thanks!