Inno Setup Preprocessor: GetMD5OfString

Inno Setup Preprocessor

Inno Setup Preprocessor: GetMD5OfString

Prototype

str GetMD5OfString(str)

Description

Gets the MD5 sum of the specified ANSI string, as a string.

Example

#define MD5 GetMD5OfString('Test')
// MD5 = '0cbc6611f5540bd0809a388dc95a615b'