<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Detect and warn of Windows Antivirus in configure ..."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=84553#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Detect and warn of Windows Antivirus in configure ..."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=84553">bug 84553</a>
              from <span class="vcard"><a class="email" href="mailto:Michelphoenix98@gmail.com" title="Michel Thomas <Michelphoenix98@gmail.com>"> <span class="fn">Michel Thomas</span></a>
</span></b>
        <pre>Okay I'm almost done. So basically my solution involves a Win32 Console
application that uses a WMI query to get information regarding the Antivirus
software installed on the system , namely the displayName and productState
fields. So for each active Antivirus on the system a seperate MessageBox is
displayed warning the user. This program is called from the configure.ac file
and its exit code determines the next course of action. Do I have to insert my
code(that calls the Win32 Console App and queries its exit code) at any
specific point in configure.ac? Is it okay if I just append it?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>