Is there any tool that i could use to test an INF file ?
alternately… can i put something like a debug message in an INF file ?
Girish Kulkarni
Wipro Technologies,
26, Hosur Main Road,
Bommanahalli,
Bangalore - 560 068. INDIA
Tel: (+91-80)5732293/5732296,Extn: 3238
Fax: (+91-80)5732696
URL: www.wipro.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Under \Tools\chkinf\ there’s a tool
for checking the inf file Syntax. You should also have
“perl.exe” somewhere in your path.
ChkINF is a Perl script that checks the structure and syntax
of Microsoft? Windows? 2000 device driver .inf files. Results
are presented in HTML format, and include a list of the errors
and warnings detected in each .inf file, with each error and
warning shown next to the errant .inf file entry. Please note
the Limitations section below. Note that ChkINF does not
support Windows 98 .inf files.
Niraj
-----Original Message-----
From: Girish Dattatreya Kulkarni [mailto:xxxxx@wipro.com]
Sent: Thursday, April 05, 2001 12:43 AM
To: NT Developers Interest List
Subject: [ntdev] tool to test an INF file ?
Is there any tool that i could use to test an INF file ?
alternately… can i put something like a debug message in an INF file ?
Girish Kulkarni
Wipro Technologies,
26, Hosur Main Road,
Bommanahalli,
Bangalore - 560 068. INDIA
Tel: (+91-80)5732293/5732296,Extn: 3238
Fax: (+91-80)5732696
URL: www.wipro.com
—
You are currently subscribed to ntdev as: xxxxx@netapp.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Hi,
Microsoft has provided a new tool chkinf.exe that can help catch common inf
problem.The tool is packed with windows 200 DDK.
/shivamallu
“Girish Dattatreya Kulkarni” wrote:
Is there any tool that i could use to test an INF file ?
alternately… can i put something like a debug message in an INF file ?
Girish Kulkarni
Wipro Technologies,
26, Hosur Main Road,
Bommanahalli,
Bangalore - 560 068. INDIA
Tel: (+91-80)5732293/5732296,Extn: 3238
Fax: (+91-80)5732696
URL: www.wipro.com
—
You are currently subscribed to ntdev as: xxxxx@usa.net
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Which INF you are talking about 2k or nt,
For 2k you could chkinf tool for checking the INF.
In case of nt you could put debug messages by having this section in your
INF
[DebugOptions]
;
; Debugging variables
;
!G:DebugOutputControl = 1
TraceConfig = 1
and writing the following code in the section you want to print the debug
messages
read-syms DebugOptions
Debug-Output “NSC.INF: In [InstallOption] section”
regards,
shashi
----- Original Message -----
From: “Girish Dattatreya Kulkarni”
To: “NT Developers Interest List”
Sent: Thursday, April 05, 2001 1:12 PM
Subject: [ntdev] tool to test an INF file ?
> Is there any tool that i could use to test an INF file ?
> alternately… can i put something like a debug message in an INF file ?
>
> Girish Kulkarni
> Wipro Technologies,
> 26, Hosur Main Road,
> Bommanahalli,
> Bangalore - 560 068. INDIA
>
> Tel: (+91-80)5732293/5732296,Extn: 3238
> Fax: (+91-80)5732696
> URL: www.wipro.com
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@wipro.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
thanks all !
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of shashidhar
ramareddy
Sent: Thursday, April 05, 2001 1:44 PM
To: NT Developers Interest List
Subject: [ntdev] Re: tool to test an INF file ?
Which INF you are talking about 2k or nt,
For 2k you could chkinf tool for checking the INF.
In case of nt you could put debug messages by having this section in your
INF
[DebugOptions]
;
; Debugging variables
;
!G:DebugOutputControl = 1
TraceConfig = 1
and writing the following code in the section you want to print the debug
messages
read-syms DebugOptions
Debug-Output “NSC.INF: In [InstallOption] section”
regards,
shashi
----- Original Message -----
From: “Girish Dattatreya Kulkarni”
To: “NT Developers Interest List”
Sent: Thursday, April 05, 2001 1:12 PM
Subject: [ntdev] tool to test an INF file ?
> Is there any tool that i could use to test an INF file ?
> alternately… can i put something like a debug message in an INF file ?
>
> Girish Kulkarni
> Wipro Technologies,
> 26, Hosur Main Road,
> Bommanahalli,
> Bangalore - 560 068. INDIA
>
> Tel: (+91-80)5732293/5732296,Extn: 3238
> Fax: (+91-80)5732696
> URL: www.wipro.com
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@wipro.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: xxxxx@wipro.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com