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.
how i can execute the antivirus program installed in the client side, when the download finish?
UPDATE I need implement something similar to firefox when download a file and then execute the antivirus installed in the machine.
thanks in advance.
See the nice person's answer to my other question.
Looks like there are two COM interfaces you should be grabbing, one of which is documented here:
IAttachmentExecute
This interface is part of the windows shell interfaces.
here is the commentary in the source
I found some more implementation information here. The feature is called AES.