Thread: MD5 Checksum
View Single Post
  #18  
Old 22-12-2018, 03:31
Punisher Punisher is offline
Banned
 
Join Date: Nov 2018
Location: India
Posts: 54
Thanks: 37
Thanked 0 Times in 0 Posts
Punisher is on a distinguished road
Smile

Quote:
Originally Posted by KaktoR View Post
You can use QuickSFV then and use parameter SFVorMD5File

Example:
Code:
Exec(ExpandConstant('{app}\QuickSFV.exe'),'File.md5','',SW_SHOW, ewWaitUntilTerminated, ErrorCode);

THANKS TO KaktoR...
i have crate sfv and md5 file today,
i like to check md5 after game installed

how do i do that ? what is the easy way to check MD5 after installed?
it needs to be automatically check after installed... help.. please