Archive: nsisdl making zero byte files on failure?


nsisdl making zero byte files on failure?
Hi,

recently upgraded to newest ver of nsis and notice nsisdl is leaving 0 byte files. The old version used to delete these files, a bug a feature? can i turn off this behvaiour?


You could use InetLoad plugin instead (I recommend it!)

-Stu


No changes were made to that part of the code since version 2.0. Are you sure it's not something else in the script that creates the files if the download failed? Maybe a FileOpen "a" or "w"?