Browse Source

Actually, use msgErrorCopying like the other two options.

Martijn Laan 3 months ago
parent
commit
1aaafb0752
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Projects/Src/Setup.Install.pas

+ 1 - 1
Projects/Src/Setup.Install.pas

@@ -1505,7 +1505,7 @@ var
             else if foExtractArchive in CurFile^.Options then begin
               { Extract a file from archive. Note: foISSigVerify for archive has
                 already been handled by RecurseExternalArchiveCopyFiles. }
-              LastOperation := SetupMessages[msgErrorReadingSource];
+              LastOperation := SetupMessages[msgErrorCopying];
               ArchiveFindExtract(StrToInt(SourceFile), DestF, ExtractorProgressProc);
             end
             else begin