View Single Post
  #2  
Old 02-01-2023, 11:04
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
hello, i can't get this function to work? nothing happens when the installation is finished it offers me to click on finished. I don't have the checksum test


[HashSettings] // auto detect checksum: crc32, md5 sha1, sha256, sha512
------------------------------------------------------------------------------------------------------------------------------------------------------
EnableHash=1
StartCheck=1

I have activated the calculation in DiskSpan Gui
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")
Reply With Quote
The Following 4 Users Say Thank You to Cesar82 For This Useful Post:
fabrieunko (02-01-2023), houcine80 (03-01-2023), mausschieber (02-01-2023), Proxson (06-05-2023)