Skip to content
⌘ NSIS Forum Archive

Suppress error dialog with FILE

3 posts

iulian#

Suppress error dialog with FILE

I have something like this:

File files\Tools\*.*

When the file cannot be written to $INSTDIR a dialog will pop up that will present three options: Abort, Retry, Ignore for each file.

How can I control what happens when the file cannot be written? So that the dialog will not be displayed and have the liberty to handle this error based on my needs.
iulian#
I don't see how SetOverwrite can help here. I don't want to hide the error, but I want to handle the error on my own way.