Pārlūkot izejas kodu

Improve misleading comments.

Martijn Laan 1 mēnesi atpakaļ
vecāks
revīzija
e737e598f1
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      Projects/Src/Setup.MainFunc.pas

+ 2 - 2
Projects/Src/Setup.MainFunc.pas

@@ -3333,11 +3333,11 @@ begin
   { Load system's "shfolder.dll", and load it }
   LoadSHFolderDLL;
 
-  { Extract "_isdecmp.dll" to TempInstallDir, and load it }
+  { Save DecompressorDLL stream as "_isdecmp.dll" in TempInstallDir, and load it }
   if SetupHeader.CompressMethod in [cmZip, cmBzip] then
     LoadDecompressorDLL;
 
-  { Extract "_is7z.dll" to TempInstallDir, and load it }
+  { Save SevenZipDll stream as "_is7z.dll" in TempInstallDir, and load it }
   if SetupHeader.SevenZipLibraryName <> '' then
     LoadSevenZipDLL;