If there were no matching files/folders, this did nothing in the past. Now there is an error with the following log text:!delfile $%TEMP%\nsi*.tmp
!delfile: "C:\Users\TN\AppData\Local\Temp\nsi*.tmp" couldn't be deleted.
Error in script "F:\homepage\nsis\ansi\TIGsetup.nsi" on line 50 -- aborting creation process
Testing this a little further, I also noticed that folders, even when they exist, are not deleted -- same error log message -- and only files, not folders, if they exist, are deleted.
So either Windows 10 has changed the rules or my Windows configuration has changed or Nsis 3.04 is different. I could reinstall 3.03, because I have not actually checked it yet, but I am hoping someone has a better idea or way to fix the problem.
Thanks in advance.
edit: 3.03 shows same behavior without error log error, ie. possible to delete files but not folders from temp folder. I have no idea since when.