I need to find the information shown after clicking on "about" section of a software. I cannot use the registry commands but instead I want to know which particular files contain that information in the software.
For example: If I click the about section of Visual studio it opens up a dialog box and multiple fields including the version are displayed there. I want to know from where does it get that information and I want to fetch that information outside the software.
What I have tried so far? I had luck in finding the similar information using powershell commands and vbscript scripts but they give the information from the registry and that information is also not the exact one which the "about" section opens!
I hope my question is clear. In case of any doubts please provide your comments.