Skip to content
⌘ NSIS Forum Archive

nsisdl making zero byte files on failure?

3 posts

Guest#

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?
kichik#
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"?