To proceed with the WFBS client installation, you need to edit your login script:
For WFBS 8.0 / 9.0:
@ECHO OFF
IF EXIST "%programfiles(x86)%\Trend Micro\Security Agent\NTRtScan.exe" GOTO EXIT
IF EXIST "%programfiles%\Trend Micro\Security Agent\NTRtScan.exe" GOTO EXIT
\\(SERVERNAME)\OFCSCAN\AUTOPCC.EXE
:EXIT
- Make sure to change (SERVERNAME) to the name of your WFBS server.
- If you do not install the clients in your Program Files folder, you also need to change the "%programfiles%" parameter to the right settings.
For WFBS 7.0:
@ECHO OFF
IF NOT EXIST "%programfiles%\Trend Micro\AMSP\coreServiceShell.exe" \\(SERVERNAME)\OFCSCAN\AUTOPCC.EXE