Inno Setup Preprocessor: GetVersionComponents

Prototype

str GetVersionComponents(str Filename, int *Major, int *Minor, int *Revision, int *Build)

Description

Gets the individual version components of the specified file. Returns the version as a string (in "0.0.0.0" format) if successful, an empty string otherwise.

Declared in ISPPBuiltins.iss.

See also

PackVersionComponents