Thanks, Kaktor.
Ok, since I've never used external checksum files before and this thread is huge, where does this file go if I want to files be checked after the installation ? Setup folder ? I can't get it executed.
Edit: Ok, I got it working. I placed the sucker ( .MD5 file ) next to the script but in this post (#854) was the solution. Cesar mate, you have not fixed the script yet !

Btw, my script version is CIU 3.0.0.1.b9.u4 (2022.12.30).
Quote:
Originally Posted by Cesar82
There is a small error in the script, sorry.
Just edit line 178 of the script replacing " !=" with " ==" (see in green color).
Code:
#if defined(CREATOR) || (Trim(ReadIni(IniFile, "HashSettings", "EnableHash", "1")) == "1")
|