hello
I found myself struggling against the same problems...
>the v2DAT does not work with v1scan.exe
>the Bart-GUI-Wrapper does not work
In my special case...
I use the scan-engine on a stand-alone-client...
The updates are performed manually once in the week!
My BartPE is based on the chip-rettungs-dvd(XPE), which uses a ramdrive.
I'm working on a solution to overcome the problems stated above and my conclusions are:
problem1
>the new v2scan.exe must be able to write a runtime.dat from approximatly the size of the avvscan.dat on a writeable media
>>executing v2scan from a readonly-media fails
>>executing v2scan from a ramdrive from commandline works fine
>>by copying the v2scan from cd to ramdrive, a crc-error occures !!!
>>my override is:
a)zip the whole files-directory from the plugins-directory
b)copying the zip to the ramdrive and extracting the zip there
c)executing the v2scan on the ramdrive
problem2
>on
http://www.paehl.de/news/?p=247 you can get a new free GUI-wrapper for the v2scan
>>requires the v2scan and the DAT in the same directory otherwise a download is performed
>>in conclusion with problem1, the dpvirscan-GUI has to be on the ramdrive
>>works fine, produces a html-summary of the scan-results !
summary:
>the size of the ramdrive is important, don't forgett the runtime.dat
>the switch scan /decompress leads to the runtime.dat with lower time-consumption on subsequent executions
>v2scan and dpvirscan-GUI are working fine together
>manually update is possible
my bottleneck is:
>how can I define a autorun_mcafee.cmd which is executed (copies and unpack the zip to the ramdrive)...
>before the [Software.AddReg]-Hive looks for the presence of the dp_virscan.exe on the ramdrive ???
>>I want to point from the [Software.AddReg]-Hive directly to the ramdrive like:
0x2,"Sherpya\XPEinit\Desktop","McAfee","%ramdrv%\programs\mcafee\dp_virscan.exe||%ramdrv%\programs\mcafee\McAfee.ico"I want to implement this in my stand-alone-solution in case for rebooting the client.
Otherwise the users will not be able to use mcafee-scan...
After all the troubles in the last weeks...
I'm looking forward...
McAfee Commandlinescanner with the new dpvirscan-GUI is working fine !!!