Andriy
2010-09-14 07:34:06 UTC
Hello,
I experience a problem with /O-option of the ChkInf.bat within WDK 7.1.0
installation.
/O-switch with given path generates me 2 files: "summary.htm" and something
like
"@+objCHK_WNET_X86+i386+__MyDRIVER.htm" under the given path.
In summay.htm there is a link to this second .htm-file with complex name.
But it doesn't work. I looked into HTML code of the summary.htm. There is a
tag:
<A
HREF=".\objCHK_WNET_X86\i386\CheckInfResults\@+objCHK_WNET_X86+i386+__MyDRIVER.htm">.\objCHK_WNET_X86\i386\MyDRIVER.inf:</A>
Because of the relative link in HREF it doesn't work. The tag should be:
<A
HREF="@+objCHK_WNET_X86+i386+__MyDRIVER.htm">.\objCHK_WNET_X86\i386\MyDRIVER.inf:</A>
If so - works!
Hopefully, the defect will be corrected.
Regards,
Andriy
I experience a problem with /O-option of the ChkInf.bat within WDK 7.1.0
installation.
/O-switch with given path generates me 2 files: "summary.htm" and something
like
"@+objCHK_WNET_X86+i386+__MyDRIVER.htm" under the given path.
In summay.htm there is a link to this second .htm-file with complex name.
But it doesn't work. I looked into HTML code of the summary.htm. There is a
tag:
<A
HREF=".\objCHK_WNET_X86\i386\CheckInfResults\@+objCHK_WNET_X86+i386+__MyDRIVER.htm">.\objCHK_WNET_X86\i386\MyDRIVER.inf:</A>
Because of the relative link in HREF it doesn't work. The tag should be:
<A
HREF="@+objCHK_WNET_X86+i386+__MyDRIVER.htm">.\objCHK_WNET_X86\i386\MyDRIVER.inf:</A>
If so - works!
Hopefully, the defect will be corrected.
Regards,
Andriy