https://bugs.kde.org/show_bug.cgi?id=393809
--- Comment #1 from qubo...@gmail.com --- TheOneRing pointed out to me that wget in my PATH was being used (I added C:\Program Files (x86)\sox-14-4-2\ to PATH to be able to use sox easily). The actual nature of this bug is: If (a custom?) wget is present in PATH, then the installation command uses that wget. Once I removed the location from PATH, that included wget, executing command: C:\Program Files (x86)\sox-14-4-2\wget.exe -c -t 10 --max-redirect 50 -O C:\CraftRoot\download\archives\dev-util\7zip\7z1801-extra.zip https://files.kde.org/craft/3rdparty/7zip/7z1801-extra.zip changed to: executing command: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -Command (new-object net.webclient).DownloadFile('https://files.kde.org/craft/3rdparty/7zip/7z1801-extra.zip', 'C:\CraftRoot\download\archives\dev-util\7zip\7z1801-extra.zip') * It'd be great to prevent a wget in PATH from being used. -- You are receiving this mail because: You are on the CC list for the bug.