I am coding a antivirus detection code and the WMI namespace differs in some cases as Win7 supports \"\\root\\SecurityCenter2\" and WinXP uses \"\\root\\SecurityCenter\".
I am developing an application which uses file upload. My client uses Symantec End Point Protection on Windows Server.
I have a web application where I am uploading files. I have a Symantec End Point Protection installed. I need to run DoScan.exe from comand line using JAVA.
I am allowing users to upload photos like photo albums, and also attach files (documents for now) as mail attachments. So i assume I need some anti virus/security tool in place to scan the files first
I\'m creating a website with fileuploading functio开发者_运维百科nality. I need to antivirus scan the files being uploaded. I\'m currently running MS Forefront, but I don\'t know if it has builtin fun
we are developing an anti-virus, I\'m trying to find out how can we tell the operating system 开发者_StackOverflow社区-windows XP in this case- that our software is an anti-virus. I want that the OS r
I wrote an small app to transfer files using the indy components, now i want start the antivirus program when the transfer is finished to check the files.
I populate a ListBox control with my own objects redefining ToString(). The objects are displayed cor开发者_如何学Crectly when I just add those objects using listBox1.Add(myObject). However, if I late