Inno Setup Preprocessor: ParseVersion

Inno Setup Preprocessor

Inno Setup Preprocessor: ParseVersion

ParseVersion

#define ParseVersion(str FileName, *Major, *Minor, *Rev, *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.