Howto remove / install the ePo-agent (framework services)
he McAfee Framework (FW) Services is responseable for 2 things:
- The update part of the McAfee product being installed
- The ePolicy Orchestrator Agent
When installing the FW for:
- updatepart: you'll need to reinstall / repair the product when there's no ePo in the network
- epoagent: use Framepkg.exe from the epo-server
Manually: updater: framepkg.exe /install=updater
epoagent: framepkg.exe /install=agent
When the FS won't work, remove it:
- updater: frminst /remove=agent
- epoagent: frminst /remove=updater
- when above options won't fix the problem: frminst /forceuninstall
Install it back again with the above mentioned method.
Did u ever get an answer for this?
this is an example of my script but i still get the OK pop up:
CLS
@echo off
TITLE ePolicy Orchestrator 3.5
ECHO.
ECHO Removing old Framework
ECHO Please wait...
%systemdrive%
cd\Program Files\Network Associates\Common Framework
frminst /forceuninstall
ECHO.
ECHO Installing new Framework
ECHO Please wait...
start /wait %systemdrive%\ePO\FramePkg.exe
ECHO.
ECHO Deleting Temp Installation Files...
RD /S /Q %systemdrive%\ePO
EXIT
- The update part of the McAfee product being installed
- The ePolicy Orchestrator Agent
When installing the FW for:
- updatepart: you'll need to reinstall / repair the product when there's no ePo in the network
- epoagent: use Framepkg.exe from the epo-server
Manually: updater: framepkg.exe /install=updater
epoagent: framepkg.exe /install=agent
When the FS won't work, remove it:
- updater: frminst /remove=agent
- epoagent: frminst /remove=updater
- when above options won't fix the problem: frminst /forceuninstall
Install it back again with the above mentioned method.
Did u ever get an answer for this?
this is an example of my script but i still get the OK pop up:
CLS
@echo off
TITLE ePolicy Orchestrator 3.5
ECHO.
ECHO Removing old Framework
ECHO Please wait...
%systemdrive%
cd\Program Files\Network Associates\Common Framework
frminst /forceuninstall
ECHO.
ECHO Installing new Framework
ECHO Please wait...
start /wait %systemdrive%\ePO\FramePkg.exe
ECHO.
ECHO Deleting Temp Installation Files...
RD /S /Q %systemdrive%\ePO
EXIT
Yorumlar