WinCE CabWiz error: "inf contains DirIDs, which are not supported" - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T10:55:18Z http://stackoverflow.com/feeds/question/497453 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/497453/wince-cabwiz-error-inf-contains-dirids-which-are-not-supported 0 WinCE CabWiz error: "inf contains DirIDs, which are not supported" tsellon 2009-01-30T22:09:56Z 2009-08-19T12:01:17Z <p>When building the windows mobile cab for our product, the windows CE CAB Wizard (CabWiz.exe) sometimes returns the error:</p> <blockquote> <p>Error: File c:\docume~1\build\locals~1\temp\wiz3340.inf contains DirIDs, which are not supported</p> </blockquote> <p>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.</p> <p>Has anyone run into this issue before? Thanks!</p> http://stackoverflow.com/questions/497453/wince-cabwiz-error-inf-contains-dirids-which-are-not-supported/1299485#1299485 1 Answer by CJCraft.com for WinCE CabWiz error: "inf contains DirIDs, which are not supported" CJCraft.com 2009-08-19T12:01:17Z 2009-08-19T12:01:17Z <p>I ran into this issue today, and found a solution for me that worked here:</p> <p><a href="http://blogs.msdn.com/raffael/archive/2008/03/18/x-inf-contains-dirids-which-are-not-supported.aspx" rel="nofollow">http://blogs.msdn.com/raffael/archive/2008/03/18/x-inf-contains-dirids-which-are-not-supported.aspx</a></p>