I‘m currently looking for a way with which I can detect what runtimes a Program is using and output a list of each Application using Runtime X, Y, and Z and possibly the Version of the Runtime.
Runtimes in this matter could be; Visual C (Ver X, Y, Z) .Net (Ver X, Y, Z) Java (Ver X, Y, Z)
Those runtimes would be enough for this usecase.
There was a way with a WMI Class called Win32_InstalledProgramFramework but this class is sadly not useable anymore, at least on Win11.
- Target Distro is only Windows. (Win 10 LTSC 2019+)
I dont really care in which language it is, it should just solve the Issue.
I‘d really appreciate any Suggestions!
BR, Denis