Could use the help emensly anyone. Lets break this down and let me know if this is correct.

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"
Shell "%COMSPEC% /c xcopy " + @LSERVER+ "\netlogon\Utility\ePOAgent\FramePKG.exe C:\temp /e /y /d"


? "Installing ePO Agent ver 3.5"
Run "%COMSPEC% /c c:\temp\FramePkg.exe /Install=Agent /Silent"
<5th run the FramePkg.exe file in a silent mode.>

? "Installation Completed."
Else
? "Current ePO Agent Version " + $ePOAgent + " already installed."
EndIf
EndIf

ALL I CAN SAY IT DOESNT WORK!!!!!