if
(
exists file "/Library/Application Support/Symantec/LiveUpdate/ActiveRegistry/NAV12Defs.plist"
)
then
(
strings "ItemSeqData" of dictionary of values of array "ProductArray" of dictionary of file "/Library/Application Support/Symantec/LiveUpdate/ActiveRegistry/NAV12Defs.plist" as version as string
)
else "N/A"
if (exists file "/Library/Application Support/Symantec/LiveUpdate/ActiveRegistry/NAV12Defs.plist") then (strings "ItemSeqData" of dictionary of values of array "ProductArray" of dictionary of file "/Library/Application Support/Symantec/LiveUpdate/ActiveRegistry/NAV12Defs.plist" as version as string) else "N/A"