Quote:
Originally Posted by fabrieunko
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")