![]() |
MD5 Checksum
How to check MD5
After Repack installed. Is there tool fir that? Please Help! |
|
Quote:
easy to use :) |
You can use QuickSFV then and use parameter SFVorMD5File
Example: Code:
Exec(ExpandConstant('{app}\QuickSFV.exe'),'File.md5','',SW_SHOW, ewWaitUntilTerminated, ErrorCode); |
Quote:
|
Download it from quicksfv.org
Use "qsfv236x64.exe" because it's stable |
Quote:
|
when i open QuickSFV" it ask for
file verification database that means game files right ? how shhould i do that can you give example ? please |
open quicksfv make new & point it to your game folder. The created sfv/md5 will end up in your game folder. Move it to where you need it, to include in your repack
|
Quote:
i cant select a folder select the file and open it that is the only option i have wehn i open quicksfv :confused: |
then use ilsfv make sure to change the exe name ( as shown in post #2 )
|
1 Attachment(s)
You first have to create a checksum file :rolleyes:
Right-click on any file/folder |
Quote:
Oky how to include all game file name on that file i have to create empty dile then what. Can tou please tell me steb bye step 1*2*3*4 steps. I have never done it before.. Also i have issues with AFR i have crate post for that Bets tool for afr so please reply that one too thanks.. |
Send me your script you're using I will show you then
I'm tired to write the same things over and over again :rolleyes: |
Quote:
|
learn to read the replies & look in appropriate links/topics.. all information is provided
people will just stop trying to help if you just keep asking the same thing over & over in multiple topics. |
I stop looking AFR Method.
can you tell me about CLS-PrecompMT multi tasking. What this method compress. Please explain thanks... :) |
Quote:
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 :) |
Include quicksfv.exe and your md5/sfv file in setup.exe [Files] section and let this two files unpack in your game folder {app}.
Code:
[Files]Code:
procedure CurStepChanged(CurStep: TSetupStep); |
you can put QuickSFV.exe and QuickSFV.ini in tmp
and add ExtractTemporaryFile('checksum.exe'); ExtractTemporaryFile('checksum.ini'), if you cancel during the installation with quicksfv enable you may get error file not found better to add if (CurStep=ssPostInstall) and ISDoneError then begin DeleteFile(ExpandConstant('{tmp}\checksum.exe')); DelTree(ExpandConstant('{app}'), True, True, True); work on isdone script Filename: {tmp}\checksum.exe; Parameters: checksum.sfv; WorkingDir: {app}; Flags: postinstall skipifdoesntexist |
Quote:
also I have open request thread for beginners, For understanding Compression methods.. If you can make it, please do it. :) |
Quote:
This will check tje files before it install right? I want to check files after install. I will check this tomorrow, and tell you if i have a problem with it. Thanks again. |
Quote:
|
Quote:
|
| All times are GMT -7. The time now is 10:07. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com