How to Retrieve a File's "Product Version" in VBScript

Posted by Aaron Alton on Stack Overflow See other posts from Stack Overflow or by Aaron Alton
Published on 2010-06-04T18:27:49Z Indexed on 2010/06/05 17:52 UTC
Read the original article Hit count: 304

Filed under:

I have a VBScript that checks for the existance of a file in a directory on a remote machine. I am looking to retrieve the "Product Version" for said file (NOT "File Version"), but I can't seem to figure out how to do that in VBScript.

I'm currently using Scripting.FileSystemObject to check for the existence of the file.

Thanks much.

© Stack Overflow or respective owner

Related posts about vbscript