How about this?
Can't test cause I don't have EPO.

Code:

If InGroup ("ALLKIXEPOINSTALL")
$ePOAgent = ReadValue('HKEY_LOCAL_MACHINE\SOFTWARE\Network Associates\ePolicy Orchestrator\Application Plugins\EPOAGENT3000','Version')
? "Checking for ePOAgent Install"
If $ePOAgent < 3.5
? "Downloading ePO Agent ver 3.5"
MD "c:\Temp"
Copy @LSERVER + "\netlogon\Utility\ePOAgent\FramePKG.exe" "c:\temp\" /s
? "Installing ePO Agent ver 3.5"
Run "c:\temp\FramePkg.exe /Install=Agent /Silent"
? "Installation Completed."
Else
? "Current ePO Agent Version " + $ePOAgent + " already installed."
EndIf
EndIf

_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.