Quote:
Originally Posted by Cesar82
Insert something like this in CurStepChanged.
Code:
procedure CurStepChanged(CurStep: TSetupStep);
var
ResultCode: Integer;
begin
if CurStep = ssDone then
begin
ShellExec('open', 'https://www.fileforums.com', '', '', SW_SHOWNORMAL, ewNoWait, ResultCode);
ShellExec('open', ExpandConstant('{app}\game.exe'), '', '', SW_SHOWNORMAL, ewNoWait, ResultCode);
end;
end;
|
Hi Cesar82, thanks for helping me yesterday...
I want to ask again what compression method is the best
So far I'm using [1] Srep + Lzma I'm compressing a 200 mb file to 60 mb but last night I compressed WWE 2K22 with 10 Hours only cut very little from 49.8 GB to 49.3 GB
I read on the internet every game has a different compression method.. Do you know what the difference is?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~
Edit: if you want to know the compression method please open the link
https://fileforums.com/showthread.php?t=99554 Thanks @KaktoR for telling