compiler-errors - 打包双字节文件名时出错

我正在尝试使用Inno-Setup 5.4.0将一些名称包含韩文字符的文件打包到一个安装程序中。编译器到达它们时,会提示错误

The filename, directory name, or volume syntax is incorrect.



是否有任何标志允许它读取这些文件或解决方法,以将这些文件包括在安装程序中?

最佳答案

您可能要使用Unicode inno setup。

从帮助中:

Key features of Unicode Inno Setup are its ability to display any language on any system regardless of the system code page, and its ability to work with Unicode filenames. One could consider Unicode Inno Setup as the new standard Inno Setup and Non Unicode Inno Setup as an old special Inno Setup for those who still need to support NT/9x or who want the very smallest size possible.


因此,请确保在下载时选择isetup-x.y.z-unicode.exe(例如 isetup-5.4.0-unicode.exe 以获取当前版本)。

https://stackoverflow.com/questions/4850650/

相关文章:

android - Android错误不可见

compiler-errors - 试图获取yacc代码进行编译

flash - 在Flash/AS3中扩展SimpleButton类时出现错误1017

android - 无法在Android x86平板电脑上安装Android NDK应用程序

iphone - Xcode4调试

makefile - 如何编译 “Improved pngnq”?

c# - 在LINQ中设置或更新数据

iphone - 我的Xcode-编译错误只是显示红色的感叹号

time - 无法使用struct tms编译代码

visual-studio-2008 - 从VS2008 Prof迁移到VC++ Express 2