|
#10
|
||||
|
||||
|
Changes:
Code:
const DCP_MD5 = 1; DCP_SHA1 = 2; DCP_SHA256 = 4; // SHA-2 Type THashProgress = function(OverallProgress,FileProgress: Integer): Boolean; function CheckFileHash(const Filename,HashHex: PAnsichar; PctOfTotal: integer; callback: THashProgress; DCP_Hash: integer): integer; external 'CheckFileHash@files:Isab.dll stdcall delayload'; 0: All OK. -1: Hash check aborted. -2: File hash does not match. -3: Source File not found. -4: Bad flag argument. Last edited by peterf1999; 14-02-2016 at 09:28. |
| The Following 5 Users Say Thank You to peterf1999 For This Useful Post: | ||
altef_4 (12-02-2016), arkantos7 (12-02-2016), Carldric Clement (13-02-2016), Razor12911 (17-02-2016), y_thelastknight (07-04-2016) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |