“InfCacheBuilder - Boosts Pnp Device installation in BartPE
...............
协议。。。
................
Usage: InfCacheBuild.exe [options] path_to_root
-h|--help - displays this help
-k|--keep - keeps *.pnf files
-f|--force - forces build of INFCACHE even if up to date
-i|--noinf - skips inf cache fix
-c|--nofilecase - skips filecase conversion
-p|--pathtoinf - then path instead is where inf files are located
Note this utility works also on Windows Vista but you should
put Windows XP or Windows W2K3 setupapi.dll in the same directory
of the executable, since Windows Vista setupapi.dll doesn't
export pSetupInfCacheBuild symbol.
Jobs done by InfCacheBuilder:
- Comment out CopyFiles, RenFiles and DelFiles sections from inf files
- build INFCACHE.1 using setupapi to speedup pnp detection
- If it finds a file named filecase.ini, all files matching the list will be uppercased,
then the exit code will inform the buildscript to add -U option to mkisofs”
其中,
“- Comment out CopyFiles, RenFiles and DelFiles sections from inf files”
这个应该不会有错误的。
“- If it finds a file named filecase.ini, all files matching the list will be uppercased,
then the exit code will inform the buildscript to add -U option to mkisofs”
这个主要是处理文件名的,以及允许非iso9660文件名之类的,也没用。
主要是
“- build INFCACHE.1 using setupapi to speedup pnp detection”