Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4024160
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:41:14+00:00 2026-05-20T10:41:14+00:00

We need to create a program ..actually we were asked to create a software

  • 0

We need to create a program ..actually we were asked to create a software licensing compliance tool….How do we check the installed software inside the machine..
Is it through the registry…while searching i saw a post which said we need to look into the “uninstall” subkey of HKLM .

Also do we also get information about whether the s/w is freeware ,shareware, licensed from the registry????

We plan to do this using Python and Mysql

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T10:41:15+00:00Added an answer on May 20, 2026 at 10:41 am

    As you already mentioned the list of (properly) installed programs can be found in the registry under the key

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
    

    See here for example or use google for further information. Have a look at this key using regedit, the structure id quite obvious.

    For accessing the registry using python, see _winreg – Windows registry access in the python standard library documentation.

    Note that there may always be software which doesnt show up in the registry: Some software can still be installed by just putting it in a directory, you’ll not catch these guys…

    For the second part, there is no way of telling the license type or licensing status (i.e. properly licensed) from looking at the registry. There is no standard way to store this information. The best you can do is to compile a list of as many programs as you can (you’ll have to do this by hand, that will be time-consuming even for standard programs like Office, Adobe etc.) and store all necessary information (i.e. GUID key in registry, license type etc.) in a database.

    Your tool could then compare the list of currently installed programs against your list, possibly checking the licensing status. This will be even harder as the first step since every software has it’s own (mostly secret!) way of storing this – after all if this information is accessible it could also be forged.

    Then your tool could inform the system adminstrator about its findings and any programs that are not on the list, he would have to check the licensing manually for them. You could provide some organisational help for managing this information and perhaps even update the database for future use.

    HTH

    Martin

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to create program that creates a XML schema like below using System.Xml.XmlSchema
For a school project I need to create a program and it'd be nice
I need to create an installer program that will do install the following: ASP.Net
I need my program to create and edit a config file, which would contain
My current program need to use programatically create a XPathExpression instance to apply to
I was trying to create a lzw compression program. But i need to finish
Need to create a custom DNS name server using C which will check against
I need create custom dialog and put JPanel into it. Is it possible?
i need create an email list sending to many emails. what is best solution
I need to create a historical timeline starting from 1600's to the present day.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.