Tagged Questions

1
vote
0answers
34 views

Detecting the version and company name of an exe using jscript

Hi, 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 ) { …