Archive: Error opening file for writing


Error opening file for writing
I have a program, which uses a installer written in NSIS which do writing in the Program Files directory. I want to change the error message, when I try to install the software, with non-admin user account. How I can do it?


FileErrorText sets the text of that error message.


Many thanks!