View Single Post
  #1250  
Old 27-09-2022, 02:37
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by ROKA1969 View Post
If it was possible to remove the checksums.md5 file from the game folder after verification, I would be happy
Edit the following code

Code:
if HashCheckCB.Checked then
  begin
    PercentLabel.Hide;
    ElapsedLabel.Hide;
    RemainingLabel.Hide;
    WizardForm.FilenameLabel.Caption := ExpandConstant('{cm:HashPageTitle}');
    WizardForm.ProgressGauge.Hide;
    FileCopy(ExpandConstant('{tmp}\QuickSFV.exe'), ExpandConstant('{app}\QuickSFV.exe'), False);
    FileCopy(ExpandConstant('{tmp}\{#QuickSFVFile}'), ExpandConstant('{app}\{#QuickSFVFile}'), False);
    ShellExec('open', ExpandConstant('{app}\QuickSFV.exe'), ExpandConstant('"{app}\{#QuickSFVFile}"'), '', SW_SHOWNORMAL, ewWaitUntilTerminated, ResultCode);
    DeleteFile(ExpandConstant('{app}\QuickSFV.exe'));
    DeleteFile(ExpandConstant('{app}\QuickSFV.ini'));
    DeleteFile(ExpandConstant('{app}\{#QuickSFVFile}'));
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
fabrieunko (27-09-2022)