I have the following shell command to install a new verstion of Symantec Antivirus. The setup starts but the script continues before the Shell command completes. Any idea?
Thx

Ryan
Code:
  


? "Upgrading SAV"

Shell '%COMSPEC% /C setup.exe /s /V"/l*v C:\IT\SAV902.log RUNLIVEUPDATE=0 REBOOT=ReallySuppress ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin,Pop3Smtp,QClient /qb!"'

?
? "Completed. Thank You."

sleep 2

exit
Code: