Переглянути джерело

Fix example: using issigverify while copying innosetup-latest.exe doesn't work because that's not the real source file name. Just remove it since it already does a verify on download (and that one understands not to check the name).

Note that DownloadFiles.iss and not this CodeDownloadFiles.iss shows the recommended method for downloading.
Martijn Laan 1 місяць тому
батько
коміт
13ca18ae8e
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      Examples/CodeDownloadFiles.iss

+ 1 - 2
Examples/CodeDownloadFiles.iss

@@ -28,8 +28,7 @@ Name: mykey; RuntimeID: def02; \
 Source: "MyProg.exe"; DestDir: "{app}"
 Source: "MyProg.chm"; DestDir: "{app}"
 Source: "Readme.txt"; DestDir: "{app}"; Flags: isreadme
-; These files will be downloaded. If you include flag issigverify here the file will be verified
-; a second time while copying. Verification while copying is efficient, except for archives.
+; These files will be downloaded
 Source: "{tmp}\innosetup-latest.exe"; DestDir: "{app}"; Flags: external ignoreversion issigverify
 Source: "{tmp}\MyProg-ExtraReadmes.7z"; DestDir: "{app}"; Flags: external extractarchive recursesubdirs ignoreversion
 Source: "{tmp}\ISCrypt.dll"; DestDir: "{app}"; Flags: external ignoreversion