Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
C++CodeDelphiTech Partner

Robust Component Suite To Quickly Detect Installed Security Software In Windows

securityfimage

Developers may need to detect the installed Security Software of different types such as Antivirus, AntiSpyWare, and Firewall Software programmatically? How to do that? Struck with where to start? Don’t Worry.  MiTec’s System Information Management Suite’s component helps to identify easily, and we will learn how to use the TMiTeC_Security component in the blog post.

Platforms: Windows.

Installation Steps:  

You can easily install this Component Suite from GetIt Package Manager. The steps are as follows.

  1. Navigate In RAD Studio IDE->Tools->GetIt Package Manager->select Components in Categories->Components->Trail -MiTec system Information Component Suite 14.3 and click Install Button.
  2. Read the license and Click Agree All. An Information dialog saying ‘Requires a restart of RAD studio at the end of the process. Do you want to proceed? click yes and continue.
  3. It will download the plugin and installs it. Once installed, Click Restart now.

How to run the Demo app: 

  • Navigate to the System Information Management Suite trails setup, Demos folder which is installed during Get It installation e.g) C:UsersDocumentsEmbarcaderoStudio21.0CatalogRepositoryMiTeC-14.3DemosDelphi15
  • Open the SC  project in RAD studio 10.4.1, compile and run the application.
  • This Demo App shows how to detect the security software installed and identify the security product name, states, path, version, etc.

Components used in MSIC SC Demo App:

  • TMiTeC_Security: Detects installed AntiVirus, AntiSpyware, and Firewall software.
  • 3 TListView To list down the list of security software installed based on product type.

Implementation Details:

  • An instance  SC of TMiTeC_Security is created. Loop through the Count property to collect the installed security software. Categorize based on Typ property(sptAntiVirus,sptAntiSpyware,sptFirewall) for each TSecurityProduct and list down it properties such as Name, Product State(spsUnknown, spsEnabled, spsDisabled, spsOutOfDate), path in the list view.
securitydemo-8450899

It’s that simple to detect the list of security software installed and its properties from your Delphi application. Use this MiTeC component suite and get the job done quickly.

Head over and check out the full MiTec System Information Management Suite for Access System Information for Windows in Delphi Applications


With the use of a Windows IDE, you can quickly detect installed security software in Windows with a robust component suite. Try your Free Trial here.


Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
Design. Code. Compile. Deploy.
Start Free Trial   Upgrade Today

   Free Delphi Community Edition   Free C++Builder Community Edition

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

IN THE ARTICLES