Inno Setup Preprocessor: GetPackedVersion

Prototype

str GetPackedVersion(str Filename, *Version)

Description

Returns the packed version of the specified file 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