Something like this...

$currentbuildver = "7.61.00.932"
$NAVHome = ReadValue("HKEY_LOCAL_MACHINE\software\INTEL\LANDesk\VirusProtect6\CurrentVersion\", "Home Directory")
If GetFileVersion($NAVHome +"\vpc32.exe","ProductVersion") = $currentbuildver
goto finish
endif
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.