Browse Source

Add missing comment.

Martijn Laan 4 months ago
parent
commit
ae627e77a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Projects/Src/Compiler.SetupCompiler.pas

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

@@ -7968,6 +7968,7 @@ begin
     if MissingRunOnceIdsWarning and MissingRunOnceIds then
       WarningsList.Add(Format(SCompilerMissingRunOnceIdsWarning, ['UninstallRun', 'RunOnceId']));
 
+    { Read [ISSigKeys] section - must be done before reading [Files] section }
     EnumIniSection(EnumISSigKeysProc, 'ISSigKeys', 0, True, True, '', False, False);
     CallIdleProc;