打包双字节文件名时出错
我正在尝试使用 Inno-Setup 5.4.0 将一些名称包含韩语字符的文件打包到一个安装程序中。当编译器到达它们时,它会提示错误
文件名、目录名或 卷语法不正确。
是否有任何标志允许它读取这些文件或一些解决方法以将这些文件包含到安装程序中?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想要使用Unicode inno setup。
来自帮助:
因此,请确保在下载时选择isetup-xyz-unicode.exe(例如isetup-5.4.0-unicode.exe以获取当前版本)。
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).