Reference/FileErrorText
From NSIS Wiki
Jump to navigationJump to search
FileErrorText
file error text
Replaces the default text that comes up when a file cannot be written to. This string can contain a reference to $0, which is the filename ($0 is temporarily changed to this value). Example: "Can not write to file $\r$\n$0$\r$\ngood luck.".
Accepts variables. If variables are used, they must be initialized before File is used.