I have a scan setup which picks up the contents of szVirDefVer and szVirDefDate, this is the detail of the versions of the Mcafee Virus scanner.
In some cases (about 30%) szVirDefDate returns null, but szVirDefVer always return the value.
Below are three extracts from reg files, I have cut out the main body of the keys. The first two are where the szVirDefDate returned as null, the last is where szVirDefDate returns the correct value, I cant spot the differance.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Network Associates\TVD\VirusScan Enterprise\CurrentVersion]
"szVirDefVer"="5549"
"szVirDefDate"="10 March 2009"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Network Associates\TVD\VirusScan Enterprise\CurrentVersion]
"szVirDefVer"="5549"
"szVirDefDate"="10 March 2009"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Network Associates\TVD\VirusScan Enterprise\CurrentVersion]
"szVirDefVer"="5549"
"szVirDefDate"="10 March 2009"
This morning I reverted my scanner server back to 3.2, its a Vmware server image, and there are no nulls being returned.