diff --git a/ISHelp/isetup.xml b/ISHelp/isetup.xml index 49f42665..9389981b 100644 --- a/ISHelp/isetup.xml +++ b/ISHelp/isetup.xml @@ -1766,9 +1766,9 @@ Instructs Setup to proceed to comparing time stamps (last write/modified time) i

The verification requires an .issig signature file to be present in the same directory as the source file, created using the Inno Setup Signature Tool. If flag download is set then the .issig signature file will be downloaded instead. See the DownloadISSigSource parameter description for more information..

The precise effect of this flag depends on whether it is combined with the external flag:

Since verification occurs while source files are being compressed/copied, and not in a separate pass, each file's contents are only read once. Thus, enabling verification has little performance impact; the only extra I/O comes from reading the tiny .issig files. Only archives and downloaded files are read twice.

The verification process is protected against the Time-Of-Check to Time-Of-Use (TOCTOU) problem.