
To manually update the pattern file and scan engine for Control Manager 5.0 you need to perform 3 steps:
Download the scan engine from http://www.trendmicro.com/download/engine.asp and pattern file from http://www.trendmicro.com/download/pattern.asp.
Remove the Readme.txt file from the LPT$XXX.zip file. Make sure it only contains lpt$XXX.ptn.
Rename the LPT$XXX.zip file to vsapiXXX.zip.
After downloading the scan engine, rename the compressed files as follows:
|
Downloaded file |
New filename |
Corresponding EngineTag in Server.ini |
|
vsapi-vxd-#.###-####.zip |
engv_vxd.zip |
E.2 |
|
vsapi-kd-#.###-####.zip |
eng_ntkd.zip |
E.10 |
|
vsapi####nlm.zip |
engv_nlm.zip |
E.20 |
|
vsapi-16dll-####.zip |
engv_16.zip |
E.800 |
|
vsapi-32dll-#_###.zip |
engv_95.zip, eng_nt386.zip |
E.4 |
|
vsapi####hpux.tar.Z |
engv_hpux.zip |
E.200 |
|
vsapi####rh.tar.Z |
engv_linux.zip |
E.20000 |
|
vsapi###solaris.tar.Z |
engv_solaris.zip |
E.10000 |
Create a temporary folder, for example C:\Update.
Create a Server.ini file using Notepad or any text editor. Inside the Server.ini file, type the following:
For pattern updates:
[PATTERN]
Version= A
P.4=pattern/vsapiXXX.zip, B, C
Where:
A = Short pattern version
B = Long pattern version
C = Size of VSAPI ZIP file (To get the file size, open properties of the ZIP file. Get SIZE of file NOT Size on Disk).
For example for pattern file 2.454
[PATTERN]
Version=454
P.4=pattern/vsapi454.zip, 245400, 6349809
For scan engine updates:
Path_VSAPI32_VXD=engine/engv_vxd.zip, A, C
Path_VSAPI32_NT_KD=engine/eng_ntkd.zip, A, C
E.2=VSAPI32_VXD,engine/engv_vxd.zip, B, C, 6.150.1001
E.10=VSAPI32_NT_KD,engine/eng_ntkd.zip, B, C, 6.150.1001
where:
A = Short Scan engine version
B = Long Scan engine version
C = Size of the ENG ZIP file (To get the File Size, open properties of the ZIP file. Get SIZE of file NOT Size on Disk).
for example for scan engine 7.510
Path_VSAPI32_VXD=engine/engv_vxd.zip, 7.510, 543937
Path_VSAPI32_NT_KD=engine/eng_ntkd.zip, 7.510, 687904
E.2=VSAPI32_VXD,engine/engv_vxd.zip, 7.510.1002, 543937, 6.150.1001
E.10=VSAPI32_NT_KD,engine/eng_ntkd.zip, 7.510.1002, 687904, 6.150.1001
The complete sample Server.ini should look like this:
[PATTERN]
Version=454
P.4=pattern/vsapi454.zip, 245400, 6349809
MergeCount=0
[ENGINE]
Path_VSAPI32_95=engine/engv_95.zip, 7.500, 560485
Path_VSAPI32_VXD=engine/engv_vxd.zip, 7.510, 543937
Path_VSAPI32_NT_I386=engine/engv_nt386.zip, 7.500, 552120
Path_VSAPI32_NT_KD=engine/eng_ntkd.zip, 7.510, 687904
E.1=VSAPI32_95,engine/engv_95.zip, 7.500.1001, 560485, 6.150.1001
E.2=VSAPI32_VXD,engine/engv_vxd.zip, 7.510.1002, 543937, 6.150.1001
E.4=VSAPI32_NT_I386,engine/engv_nt386.zip, 7.500.1001, 552120, 6.150.1001
E.10=VSAPI32_NT_KD,engine/eng_ntkd.zip, 7.510.1002, 687904, 6.150.1001
Place the files in the correct location
Open the Control Manager\SystemConfiguration.xml file using Notepad or any text editor.
Make sure the m_iDigitalSignature field has value set to 0 during this manual download.
Place the following files to the following locations:
C:\update\server.ini
C:\update\pattern\vsapi454.zip
C:\update\engine\engv_vxd.zip
C:\update\engine\eng_ntkd.zip
On the Control Manager Web console, click Administration > Manual Download.
On the File Path, type C:\UPDATE or the location of the temporary folder you created.