Quote:
Originally Posted by ROKA1969
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}'));