Inno Setup Preprocessor: PackVersionComponents

Prototype

int PackVersionComponents(int Major, int Minor, int Revision, int Build)

Description

Packs individual version components into a single value.

Always use ComparePackedVersion or SamePackedVersion to compare packed versions.

Declared in ISPPBuiltins.iss.

See also

GetVersionComponents, PackVersionNumbers, UnpackVersionComponents