Martijn Laan 3 месяцев назад
Родитель
Сommit
e0700c4ed0
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      Projects/Src/Compiler.SetupCompiler.pas

+ 1 - 2
Projects/Src/Compiler.SetupCompiler.pas

@@ -8062,8 +8062,7 @@ begin
         end;
     end;
 
-    { Read 7-Zip DLL. Must be done after [Files] is parsed, since
-      SetupHeader.SevenZipLibraryName isn't set until then }
+    { Read 7-Zip DLL }
     if SetupHeader.SevenZipLibraryName <> '' then begin
       AddStatus(Format(SCompilerStatusReadingFile, [SetupHeader.SevenZipLibraryName]));
       SevenZipDLL := CreateMemoryStreamFromFile(CompilerDir + SetupHeader.SevenZipLibraryName, True);