瀏覽代碼

Merge branch 'main' into fullencryption

Martijn Laan 1 月之前
父節點
當前提交
88673bf79f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Projects/Src/Setup.MainFunc.pas

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

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