FileVerInfo.nsh

The script is written by Anders originally and
collected by me. This is an alternative choice
for getting the version informations of an EXE
or DLL intead of the MoreInfo plug-in.

The difference between both choices is that the
MoreInfo plug-in always returns blank if errors
or an empty string got while the header returns
error if errors occur or empty if no errors and
the value is certainly an empty string.

This header is used to get version infos only.
The  function "GetOSUserinterfaceLanguage"  of
"MoreInfo" is not included in this header. You
may use kernel32::GetSystemDefaultUILanguage()
instead.

Note:
GetFileVerInfo2.nsi needs the MoreInfo plug-in.

Collected Jia Ke, jiake@vip.qq.com.