Browse Source

Add comment.

Martijn Laan 4 months ago
parent
commit
95c57e7cb9
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Projects/Src/Setup.Install.pas
  2. 1 0
      Projects/Src/Setup.MainFunc.pas

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

@@ -1797,6 +1797,7 @@ var
       Size: Integer64;
       Flags: TMakeDirFlags;
     begin
+      { Also see RecurseExternalFiles in Setup.MainFunc }
       SearchFullPath := SearchBaseDir + SearchSubDir + SearchWildcard;
       Result := False;
 

+ 1 - 0
Projects/Src/Setup.MainFunc.pas

@@ -1750,6 +1750,7 @@ function EnumFiles(const EnumFilesProc: TEnumFilesProc;
     H: THandle;
     FindData: TWin32FindData;
   begin
+    { Also see RecurseExternalCopyFiles in Setup.Install }
     SearchFullPath := SearchBaseDir + SearchSubDir + SearchWildcard;
     Result := True;