2
0
Martijn Laan 5 сар өмнө
parent
commit
785f9e9ce5
1 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -111,7 +111,7 @@ because they can function independently from Inno Setup.
 Overview
 Overview
 --------
 --------
 
 
-Inno Setup consists of six projects:
+Inno Setup consists of seven projects:
 
 
 **Compil32** - This is the GUI front-end for the compiler, also known as
 **Compil32** - This is the GUI front-end for the compiler, also known as
 the Compiler IDE. Compil32 does not do the actual compilation itself; it
 the Compiler IDE. Compil32 does not do the actual compilation itself; it
@@ -136,6 +136,10 @@ performs all (un)installation-related tasks.
 Setup program into the user's TEMP directory and runs it from there. It also
 Setup program into the user's TEMP directory and runs it from there. It also
 displays the "This will install..." and /HELP message boxes.
 displays the "This will install..." and /HELP message boxes.
 
 
+**ISSigTool** - This is a command-line tool which can be used to sign and verify
+any file. Compil32, ISCC, and ISCmplr use these signatures to verify the
+authenticity of a number of DLL files before loading them.
+
 How do the projects link together?
 How do the projects link together?
 
 
 - Compil32, ISCmplr, ISPP, Setup, and SetupLdr share the unit Shared.Struct.pas.
 - Compil32, ISCmplr, ISPP, Setup, and SetupLdr share the unit Shared.Struct.pas.