Inno Setup Preprocessor: EncodeVer

Inno Setup Preprocessor

Inno Setup Preprocessor: EncodeVer

EncodeVer

#define EncodeVer(int Major, int Minor, int Revision = 0, int Build = -1)

Description

Returns given four version elements encoded to a 32 bit integer number (8 bits for each element, i.e. elements must be within 0...255 range).

Declared in ISPPBuiltins.iss file.