Skip to content

Commit

Permalink
Mention AddEx.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Feb 13, 2023
1 parent 3386bbd commit 5cdd6ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/CodeDownloadFiles.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5cdd6ca

Please sign in to comment.