Other Version Info

(imported topic written by hbkrules6991)

Hi all:

Our networking team customizes our VPN client and want to upgrade to a new version. they only want to upgrade certain users that are running a certain version. I can easily get the File version but the problem is when they built the .exe the forgot the code the version so the VPN client file version is currently 0.0.0.0. The correct version of the client is under File Verison that is listed under the Other Version Info. Is there any way to get this specific file version?

Q: if (exists file “C:\Program Files\VPN Client\vpn.exe”) then version of file “C:\Program Files\VPN Client\vpn.exe” as string else “Not Installed”

A: 0.0.0.0

Thanks!!

(imported comment written by BenKus)

We can deal with that with our “version block” inspectors… Does this work:

value “FileVersion” of version block of file “C:\Program Files\VPN Client\vpn.exe”

Ben

(imported comment written by hbkrules6991)

on the money as usual…it worked…thanks Ben!