Inno Setup Preprocessor: GetPackedVersion

Prototype

str GetPackedVersion(str Filename, int *Version)

Description

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

Always use ComparePackedVersion or SamePackedVersion to compare packed versions.

Declared in ISPPBuiltins.iss.

See also

PackVersionComponents