WinCE CabWiz 错误:“inf 包含不支持的 DirID”
为我们的产品构建 Windows Mobile cab 时,Windows CE CAB 向导 (CabWiz.exe) 有时会返回错误:
错误:文件 c:\docume~1\build\locals~1\temp\wiz3340.inf 包含 DirID,但不是 支持
当使用超过 998 个文件、~260 个目录或未转义 % 符号(使用另一个 %)时,可能会发生此错误,但这些不适用于我们的情况。
以前有人遇到过这个问题吗? 谢谢!
When building the windows mobile cab for our product, the windows CE CAB Wizard (CabWiz.exe) sometimes returns the error:
Error: File
c:\docume~1\build\locals~1\temp\wiz3340.inf
contains DirIDs, which are not
supported
This error can occur when using more than 998 files, ~260 directories, or when a % sign is unescaped (with another %), but these don't apply in our case.
Has anyone run into this issue before? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我今天遇到了这个问题,并找到了一个适合我的解决方案:
https://web.archive.org/web/20100330064330/http://blogs .msdn.com/raffael/archive/2008/03/18/x-inf-contains-dirids-which-are-not-supported.aspx
I ran into this issue today, and found a solution for me that worked here:
https://web.archive.org/web/20100330064330/http://blogs.msdn.com/raffael/archive/2008/03/18/x-inf-contains-dirids-which-are-not-supported.aspx