Martijn Laan 3 mesiacov pred
rodič
commit
47aa2de357
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      Examples/CodeDownloadFiles.iss

+ 3 - 3
Examples/CodeDownloadFiles.iss

@@ -7,14 +7,14 @@
 ; To Install step. Other files will be downloaded directly to their destination
 ; To Install step. Other files will be downloaded directly to their destination
 ; during the actual installation. 
 ; during the actual installation. 
 ;
 ;
-; To verify the downloaded files, this script shows two methods:
+; To verify the downloaded files and archives, this script shows two methods:
 ; -For innosetup-latest.exe and MyProg-ExtraReadmes.7z: using Inno Setup
 ; -For innosetup-latest.exe and MyProg-ExtraReadmes.7z: using Inno Setup
 ;  Signature Tool, the [ISSigKeys] section, and the AddWithISSigVerify support
 ;  Signature Tool, the [ISSigKeys] section, and the AddWithISSigVerify support
 ;  function
 ;  function
 ; -For iscrypt.dll: using a simple SHA-256 hash check
 ; -For iscrypt.dll: using a simple SHA-256 hash check
 ; Using the Inno Setup Signature Tool has the benefit that the script does not
 ; Using the Inno Setup Signature Tool has the benefit that the script does not
-; need to be changed when the downloaded file changes, so any installers built
-; will also keep working (they are "evergreen")
+; need to be changed when the downloaded file or archive changes, so any
+; installers built will also keep working (they are "evergreen")
 
 
 [Setup]
 [Setup]
 AppName=My Program
 AppName=My Program