OSVersion
This program returns information about the version of the operating system. It returns
the operating system name, edition and service pack. It also has a function to return
version strings from .dll and .exe files.
Win API Functions used:
GetFileVersionInfo
GetFileVersionInfoSize
GetProductInfo
GetSystemMetrics
GetVersionEx
RtlMoveMemory
VerQueryValue
——— Last updated 02/15/2012 ———