[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Feb 1 07:18:13 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=84553

--- Comment #7 from Michel Thomas <Michelphoenix98 at gmail.com> ---
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?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200201/3e1e89e1/attachment.htm>


More information about the Libreoffice-bugs mailing list