浏览代码

Mention AddEx.

Martijn Laan 2 年之前
父节点
当前提交
5cdd6ca0ab
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Examples/CodeDownloadFiles.iss

+ 1 - 0
Examples/CodeDownloadFiles.iss

@@ -44,6 +44,7 @@ function NextButtonClick(CurPageID: Integer): Boolean;
 begin
   if CurPageID = wpReady then begin
     DownloadPage.Clear;
+    // Use AddEx to specify a username and password
     DownloadPage.Add('https://jrsoftware.org/download.php/is.exe', 'innosetup-latest.exe', '');
     DownloadPage.Add('https://jrsoftware.org/download.php/iscrypt.dll', 'ISCrypt.dll', '2f6294f9aa09f59a574b5dcd33be54e16b39377984f3d5658cda44950fa0f8fc');
     DownloadPage.Show;