Martijn Laan 3 kuukautta sitten
vanhempi
commit
b4fa687cee
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      Projects/Src/Setup.Install.pas

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

@@ -960,6 +960,9 @@ var
     const FileLocationFilenames: TStringList; const AExternalSize: Integer64;
     var ConfirmOverwriteOverwriteAll, PromptIfOlderOverwriteAll: TOverwriteAll;
     var WarnedPerUserFonts: Boolean);
+  { Not external: AExternalSourceFile and ADestFile should be empty strings,
+                  FileLocationFilenames should be set, AExternalSize is unused
+    Extern      : Opposite }
 
     procedure InstallFont(const Filename, FontName: String;
       const PerUserFont, AddToFontTableNow: Boolean; var WarnedPerUserFonts: Boolean);