用VS2005制作掌上电脑的CAB安装包时,经常会出现错误,错误如下:
------ 已启动全部重新生成: 项目: PublishCardSetup, 配置: Debug ------
正在生成文件“E:/Wince5Mis/Chemical/Chemical_Setup/Chemical_Setup/Debug/PublishCardSetup.cab”...
"D:/Program Files/Microsoft Visual Studio 8/smartdevices/sdk/sdktools/cabwiz.exe" "E:/Wince5Mis/Chemical/Chemical_Setup/Chemical_Setup/Debug/PublishCardSetup.inf" /dest "E:/Wince5Mis/Chemical/Chemical_Setup/Chemical_Setup/Debug/" /err CabWiz.log /nouninstall
Windows CE CAB Wizard
Warning: Section [RegKeys] has no data
Warning: Section [DefaultInstall] key "AddReg" - there are no section entries to process
Warning: Section [Shortcuts] has no data
Error: The INF file contains Unicode characters that could not be converted correctly to ANSI
错误: Windows CE CAB 向导遇到了错误。有关更多信息,请参阅输出窗口。
========== 全部重新生成: 1 已成功, 1 已失败, 0 已跳过 ==========
提示两个项目中,主程序编译是正确的,安装包的项目是失败的,错误如下:
Warning: Section [RegKeys] has no data
Warning: Section [DefaultInstall] key "AddReg" - there are no section entries to process
Warning: Section [Shortcuts] has no data
Error: The INF file contains Unicode characters that could not be converted correctly to ANSI
安装项目文件夹结构如下:
错误原因如图中所示:
即:由于子文件夹采用中文,所以文件夹中不能有文件存在,否则就报上面的错误,如果是英文文件夹,那么就可以添加文件。
如:下面的项目编译是成功的。
但文件名不能是中文的, 中文文件名,也会报同样的错误。
总的来说,在VS2005制作CAB安装包时,如果有中文文件夹或者中文文件名,就会发生错误。
不知道VS2008制作时有没有解决这个问题。
本文由VS软件圈(vssoft.net)发布,不代表VS软件圈立场,转载联系作者并注明出处:https://vssoft.net/vsazwt/VS2005anzhuangwenti/2020/0721/298.html