Inno Setup Preprocessor: ComparePackedVersion

Prototype

int ComparePackedVersion(int Version1, int Version2)

Description

Compares Version1 to Version2. The return value is less than 0 if Version1 is less than Version2, 0 if Version1 equals Version2, or greater than 0 if Version1 is greater than Version2.