Inno Setup Preprocessor: GetMD5OfUnicodeString
Prototype
str GetMD5OfString(str)
Description
Gets the MD5 sum of the specified Unicode string, as a string.
Causes an internal error if called during non Unicode compilation.
Example
#define MD5 GetMD5OfUnicodeString('Test')
// MD5 = '8e06915d5f5d4f8754f51892d884c477'