Inno Setup torrent download implementation
I am currently using Inno Download Plugin to download files for my installer, the biggest problem with this is that it faila to download the file correctly. Because of many reasons like bad connection. I would like to add an alternative method to download files, so the user may chose if he want regular way, or a torrent way. I know that I can use aria2c.exe app ( https://aria2.github.io/ ), can someone help me with implementing it to the code of inno setup? What I need is to download a 7z file using torrent (aria2.exe) and then unpack the contents to defined folder in {{app}} location. Good