Some of my users are complaining about some odd errors my installers had after downloading them from my web server.
This are NSIS installer that when downloaded came crippled or incomplete (usually because of slow Internet connections), the message is very clear "The installer you are trying to use is corrupted or incomplete....." IN ENGLISH!! (Did I mention my users only speak Spanish?).
How do I change the language or create custom error messages?
I already create the installer in Spanish by using:
; Language files
!insertmacro MUI_LANGUAGE "Spanish"
Any Idea?