WinCE CabWiz error: "inf contains DirIDs, which are not supported" - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T10:55:18Zhttp://stackoverflow.com/feeds/question/497453http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/497453/wince-cabwiz-error-inf-contains-dirids-which-are-not-supported0WinCE CabWiz error: "inf contains DirIDs, which are not supported"tsellon2009-01-30T22:09:56Z2009-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#12994851Answer by CJCraft.com for WinCE CabWiz error: "inf contains DirIDs, which are not supported"CJCraft.com2009-08-19T12:01:17Z2009-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>