|
@@ -1071,7 +1071,7 @@ begin
|
|
|
|
|
|
Result := 0;
|
|
|
for var F in FFiles do begin
|
|
|
- { Don't need to set DownloadTemporaryFileOrExtract7ZipArchiveProcessMessages before downloading since we already process messages ourselves. }
|
|
|
+ { Don't need to set DownloadTemporaryFileOrExtractArchiveProcessMessages before downloading since we already process messages ourselves. }
|
|
|
SetDownloadCredentials(F.UserName, F.Password);
|
|
|
Result := Result + DownloadTemporaryFile(F.Url, F.BaseName, F.RequiredSHA256OfFile, InternalOnDownloadProgress);
|
|
|
end;
|
|
@@ -1184,7 +1184,7 @@ begin
|
|
|
FAbortedByUser := False;
|
|
|
|
|
|
for var A in FArchives do begin
|
|
|
- { Don't need to set DownloadTemporaryFileOrExtract7ZipArchiveProcessMessages before extraction since we already process messages ourselves. }
|
|
|
+ { Don't need to set DownloadTemporaryFileOrExtractArchiveProcessMessages before extraction since we already process messages ourselves. }
|
|
|
Extract7ZipArchiveRedir(ScriptFuncDisableFsRedir, A.FileName, A.DestDir, A.FullPaths, InternalOnExtractionProgress);
|
|
|
end;
|
|
|
end;
|