![]() |
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 06:11. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com