Revert "Temporarily support old Inno Setup version"

This reverts commit 94bd81babe.
This commit is contained in:
Jaex 2021-08-15 08:00:41 +03:00
parent 94bd81babe
commit 36b3930320

View file

@ -82,7 +82,7 @@ begin
try
Dependency_DownloadPage.Download;
except
if GetExceptionMessage = SetupMessage(msgErrorDownloadAborted) then begin
if Dependency_DownloadPage.AbortedByUser then begin
Result := Dependency_List[DependencyIndex].Title;
DependencyIndex := DependencyCount;
end else begin