View Full Version : I need commandline sha1 md5 checksum program
ipman_98
16-09-2016, 04:43
Hi!, I want to check sha1 md5 after extracting files using commandline. Is there any program to do that? I have chk.exe, but I'm not sure how to use it in commandline.
felice2011
16-09-2016, 05:24
Chk.exe is a GUI, I do not think you can easily through a single command line.
Compiling a solution in C or VB it becomes feasible.
ipman_98
16-09-2016, 06:08
Chk.exe is a GUI, I do not think you can easily through a single command line.
Compiling a solution in C or VB it becomes feasible.
But fitgirl use this chk.exe after installing her repacks. I wonder how she does that. I found MD5Checker_gozarck for md5, now i need a way to check sha1
But fitgirl use this chk.exe after installing her repacks. I wonder how she does that. I found MD5Checker_gozarck for md5, now i need a way to check sha1
Sha1 with Inno Setup:
http://www.jrsoftware.org/ishelp/index.php?topic=isxfunc_getsha1ofstring
Example of use:
http://www.vincenzo.net/isxkb/index.php?title=HMAC_SHA1_and_MD5
ipman_98
16-09-2016, 06:29
Sha1 with Inno Setup:
http://www.jrsoftware.org/ishelp/index.php?topic=isxfunc_getsha1ofstring
Example of use:
http://www.vincenzo.net/isxkb/index.php?title=HMAC_SHA1_and_MD5
i don't want to use it with inno setup :confused:
i don't want to use it with inno setup :confused:
What's your installer?
felice2011
16-09-2016, 07:40
Ipman_98 still have not figured out what you want to do is what your concept of control, unless you want to integrate the control inside Inno-setup, fitgirl invokes an external executable after installation for the control of files, verify what application or method is, in files temporary installation.
I hope this will help:
Example 1 -> Create and Check MD5 in commandline.
Example 2 -> Create MD5 with QuickSFV and Check MD5 with Inno Setup after installation.
http://www.slavasoft.com/fsum/
ipman_98
17-09-2016, 06:16
http://www.slavasoft.com/fsum/
thanks! this is exactly what i wanted.
Epic Titan 69
10-03-2021, 07:56
thanks! this is exactly what i wanted.
Really helpful
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.