I have NSIS software installed on my Ubuntu server. Recently, with my NSIS script, I can successfully build setup files for my windows software. The problem lie in situation when end user has non ANSI characters for username, so I need unicode installer. Installation process is always in English language, but some installation paths depending to username can be non ANSI characters. On NSIS official page there is already unicode version of nsis.exe, but i didn't find version for Linux.
One solution is to use wine program, but I'm looking for some other solution without wine.
How can i resolve this? Any advice is welcome. Thanks for the answers.