I've checked and it does have a file version number (6.0.0.53).

Les, I'm doing the following to (try) and use FSO:

Code:
 
Set objFSO = CreateObject("Scripting.FileSystemObject")
$test = objFSO.GetFileVersion($InstallPath + "\Acrobat Elements.exe")



However i'm getting an IDispatch pointer runtime error on the line where I assign the version number to $Test....

Is this the correct way to do it?