Inno Setup Preprocessor: ParseVersion

Prototype

str ParseVersion(str FileName, int *Major, int *Minor, int *Rev, int *Build)

Description

Calls the GetFileVersion function and parses the string returned by that function (in form "0.0.0.0"). All four version elements are stored in by-reference parameters Major, Minor, Rev, and Build. Returns the string returned by GetFileVersion.

Declared in ISPPBuiltins.iss file.