I cannot define the scheduled scan task in SCAN SCHEDULE

Dear Sir,

i was try several times for define a scheduled scan task in SCAN SCHEDULE of COMODO AntiVirus product.

the current product version is build version 2.0.14.50.

the error messages is:

  1. when i click New… button, i got a window which said that: An error has occurred in the script on this page.
    Line: 264
    Char: 8
    Error: Expected “;”
    Code: 0
    URL: res://C:\Program Files\Comodo\Comodo AntiVirus\CavTSI.dll/ScanSchedule.htm
    Do you want to continue running scripts on this page?

Yes No

I click No button, i got an same message window with Char: 1 code.
Click No button again.
it popup again.

after several times, it disappeared.

when i try to click next button, it go back again which said that Error: Object Expected.

till now, i can not define any scheduled tasks in this product.

is there anybody can give me a hand?

thanks!

Hey Denver,

Can you confirm that your copy of CAVTSI.DLL is version 1.1.0.2 and is 252K in size.

Ewen :slight_smile:

Dear Ewen

Thanks for your information. i was checked the dll file which you want.

sure, the dll file cavtsi.dll is version 1.1.0.2 and the size is 258048bytes.

i think it should be same as what you said.

what’s your sugguestion?

Denver

Given the nature of the error message, I can only recommend re-downloading a fresh copy from http://antivirus.comodo.com, removing the existing install and re-installing. I suspect that the CAVTSI.DLL is a bit pearshaped, btu can’t guarantee it.

Besides, you run Windows, you’re used to reinstalling aren’t you? :wink:

Let us know how this works out.

Cheers,
Ewen :slight_smile:

Hello Ewen,

thanks for your so quick response. :slight_smile:

Actualy, I was download the CAVS copy from the web site today.

My OS is Windows XP with SP2.

and i tried the several different CAVS version ago. but i always got this problem.

I do not know why.

Denver

Hi Denver.
I fixed it in this way.

  1. Open “Comodo\Comodo AntiVirus\CavTSI.dll” with “Resource Hacker” (famous freeware).
  2. Go, 23 > TASKFUNCTION.JS
  3. Replace “a0” (in Hex) to space.
    More specific:
    Strange “Dot” just in front of "var Index = paeInt (Str);" is “a0” in Hexadecimal.
    (pa
    eInt is actually “p a r s e I n t”. but it seems this forum not allow Keywords of Javascript for security reason)
    So, replace All those Dots to " " (white space) in Resource Hacker (or You can use your favorite Text Editor by copy & paste)
    and Compile it.
  4. Go, 23 > SCANSCHEDULEPROPERTY.JS and do the same.
  5. Menu > Save

Thats it!
(If some Error occured when Save, you can try it in Safe Mode)

I hope developers read this topic and fix in next beta.