Tagged Questions

2
votes
2answers
981 views

Detecting the version and company name of an exe using jscript

I kwnow how to retrieve the version of an exe using jscript, but I can't find any way to retrieve other info like "Company", "Internal name" or "Product name". function version_of( file_name ) { ...