Wednesday, 24 July 2013

UdaterUI.exe continous I/O reads

Yup, there is a FramePkg file that is to be installed via a batch file

@ECHO OFF
REM Edited 7/1/2008 LEM

SET X_LOC=X:\Disks\McAfee\ePO agent
SET C_LOC=%USERPROFILE%\Desktop

COPY /Y "%X_LOC%\FramePkg.exe" "%C_LOC%"
START /WAIT /D "%C_LOC%" FramePkg.exe /install=agent /silent
START /D "C:\Program Files\McAfee\Common Framework" CmdAgent.exe /P
DEL /Q "%C_LOC%\FramePkg.exe"

The file version is 3.6.0.453. Sounds like there is a newer version available? I can try uninstalling the version I have now and reinstalling.

So I'm assuming that I should not be seeing UdaterUI.exe continuously performing I/O reads, correct?


View the original article here

No comments:

Post a Comment