View Single Post
  #9  
Old 06-05-2023, 16:44
Proxson's Avatar
Proxson Proxson is offline
Registered User
 
Join Date: Nov 2017
Location: Croatia
Posts: 45
Thanks: 34
Thanked 26 Times in 19 Posts
Proxson is on a distinguished road
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 View Post
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")

Last edited by Proxson; 06-05-2023 at 18:15.
Reply With Quote