Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > ChkInf.bat /O option problem

Reply
Thread Tools Display Modes

ChkInf.bat /O option problem

 
 
Andriy
Guest
Posts: n/a

 
      09-14-2010
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\@+obj CHK_WNET_X86+i386+__MyDRIVER.htm">.\objCHK_WNET_X8 6\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">.\obj CHK_WNET_X86\i386\MyDRIVER.inf:</A>
If so - works!
Hopefully, the defect will be corrected.

Regards,
Andriy
 
Reply With Quote
 
 
 
 
Scott Noone
Guest
Posts: n/a

 
      09-14-2010
You can submit this to the WDK Community Bug Bash. Not only does it get the
bug to the right people, but it also gets you a prize

http://www.osronline.com/page.cfm?name=bugbash

-scott

--
Scott Noone
Consulting Associate
OSR Open Systems Resources, Inc.
http://www.osronline.com
http://twitter.com/analyzev


"Andriy" <> wrote in message
news:4F9E509B-5062-4B3B-B6D4-...
> 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\@+obj CHK_WNET_X86+i386+__MyDRIVER.htm">.\objCHK_WNET_X8 6\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">.\obj CHK_WNET_X86\i386\MyDRIVER.inf:</A>
> If so - works!
> Hopefully, the defect will be corrected.
>
> Regards,
> Andriy


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Media Center Crash - ehshell.exe Josh Windows Media Center 7 07-02-2010 08:44 AM
Vista32, new driver? & USB Mouse/Keyboard not working Scott J. Stringfellow Windows Vista Hardware 27 04-01-2010 05:22 PM
0x8BAD0008 Greg Just Windows Live Mail 1 03-24-2010 07:54 AM
windows explorer not responding after right clicking - error Woodzys Windows Vista General Discussion 4 11-07-2009 12:47 PM
problem with always checked "default installation folder" option abu ActiveSync 0 05-05-2006 08:15 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59