I'm trying to pack some files which names contains korean characters into one installer, using Inno-Setup 5.4.0. When the compiler reach them it prompts an error
The filename, directory name, or volume syntax is incorrect.
Is there any flag to allow it to read those or some workaround to include those files into the installer?
You may want to work with Unicode inno setup.
From the help:
So, make sure you choose the isetup-x.y.z-unicode.exe when downloading (for example isetup-5.4.0-unicode.exe to get the current version).