Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Virus Scanner

Virus Scanner

Scheduled Pinned Locked Moved C / C++ / MFC
databasewindows-adminlinuxquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fordge
    wrote on last edited by
    #1

    can anyone tell me how i can query which is the currently installed anti virus packege in my OS[Windows 9x/2000/...] ------------------------------------------- My application needs to scan application files before it starts using them So i planned that i needed to get the currently installed antivirus package n call createprocess like some applications i could have the user input this manually in a cnfiguration dialog i however have seen that microsoft office products word excel ppt etc automatically do this when a doc is opened so i guess the details of the current anti virus packege is stored inthe shell of the OS somewhere like the registry any ideas????

    A D 2 Replies Last reply
    0
    • F fordge

      can anyone tell me how i can query which is the currently installed anti virus packege in my OS[Windows 9x/2000/...] ------------------------------------------- My application needs to scan application files before it starts using them So i planned that i needed to get the currently installed antivirus package n call createprocess like some applications i could have the user input this manually in a cnfiguration dialog i however have seen that microsoft office products word excel ppt etc automatically do this when a doc is opened so i guess the details of the current anti virus packege is stored inthe shell of the OS somewhere like the registry any ideas????

      A Offline
      A Offline
      Alexander M
      wrote on last edited by
      #2

      are u really sure that microsoft office product use the installed virus scanner? Don't try it, just do it! ;-)

      1 Reply Last reply
      0
      • F fordge

        can anyone tell me how i can query which is the currently installed anti virus packege in my OS[Windows 9x/2000/...] ------------------------------------------- My application needs to scan application files before it starts using them So i planned that i needed to get the currently installed antivirus package n call createprocess like some applications i could have the user input this manually in a cnfiguration dialog i however have seen that microsoft office products word excel ppt etc automatically do this when a doc is opened so i guess the details of the current anti virus packege is stored inthe shell of the OS somewhere like the registry any ideas????

        D Offline
        D Offline
        David Crow
        wrote on last edited by
        #3

        fordge wrote: i however have seen that microsoft office products word excel ppt etc automatically do this when a doc is opened Microsoft Office is not doing this, the installed AV software is. It can be configured to scan all sorts of files, documents included. The AV software "gets" the file before Office does to allow for a virus-free file.


        A rich person is not the one who has the most, but the one that needs the least.

        F 1 Reply Last reply
        0
        • D David Crow

          fordge wrote: i however have seen that microsoft office products word excel ppt etc automatically do this when a doc is opened Microsoft Office is not doing this, the installed AV software is. It can be configured to scan all sorts of files, documents included. The AV software "gets" the file before Office does to allow for a virus-free file.


          A rich person is not the one who has the most, but the one that needs the least.

          F Offline
          F Offline
          fordge
          wrote on last edited by
          #4

          so if instead of Norton AV suppose another AV is installed say mcAfee or TrendMicro in that case also do the docs get scanned before they r opened? can anyone who has used any other AV package comment on such a feature in which case then indeed it should be a feature of office that calls some generic interface so that the installed AV software is invoked coz else shouldnt my opening a file in notepad also trigger the file to be scanned by Norton AV. can anyone who has used any other AV package comment on such a feature??

          D 1 Reply Last reply
          0
          • F fordge

            so if instead of Norton AV suppose another AV is installed say mcAfee or TrendMicro in that case also do the docs get scanned before they r opened? can anyone who has used any other AV package comment on such a feature in which case then indeed it should be a feature of office that calls some generic interface so that the installed AV software is invoked coz else shouldnt my opening a file in notepad also trigger the file to be scanned by Norton AV. can anyone who has used any other AV package comment on such a feature??

            D Offline
            D Offline
            David Crow
            wrote on last edited by
            #5

            fordge wrote: so if instead of Norton AV suppose another AV is installed say mcAfee or TrendMicro in that case also do the docs get scanned before they r opened? Yes, if they are capable of, and are configured to, scan documents. fordge wrote: in which case then indeed it should be a feature of office that calls some generic interface so that the installed AV software is invoked Office is none the wiser that the file it opened was run through a virus-scanner first. That's the beauty of AV software. It monitors each open-file request, scans the file, then hands it on to the requesting application. fordge wrote: coz else shouldnt my opening a file in notepad also trigger the file to be scanned by Norton AV. Since Notepad-type (e.g., .txt, .log, .cfg) files cannot contain a virus, it's pointless to scan them.


            A rich person is not the one who has the most, but the one that needs the least.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups