Hi I want to generate Hash from a file in inno setup
I found
ISHash, its have useful function for generate hash, but problem is it only support progress bar if you give the hash to it to check, but I only want to get hash from a file and compare it to a list of hash that I have
anyone have any Idea?