Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Kernel Debugging | 13-17 May 2024 | Live, Online |
Developing Minifilters | 1-5 Apr 2024 | Live, Online |
Internals & Software Drivers | 11-15 Mar 2024 | Live, Online |
Writing WDF Drivers | 26 Feb - 1 Mar 2024 | Live, Online |
Comments
See "The Little Device Driver Writer".
See Windows NT 4.0 DDK -> Programmers Guide -> Chapter 2 Driver
Installation.
See also Windows NT 4.0 DDK -> Programmers Guide -> Appendix A Legacy Driver
Installation Methods.
The real answer is that you must use an oemsetup.inf script, in conjunction
with the network applet, to correctly install your driver. Advice I
received was to pick an already existing oemsetup.inf file and "tweak" it
until it installs your driver. This is a headache, but it works.
Best of Luck,
--Christine
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]]On Behalf Of Aidar Talibzhanov
> Sent: Thursday, April 13, 2000 10:10 PM
> To: NT Developers Interest List
> Subject: [ntdev] Automatic NDIS driver installation
>
>
> Hi All!
>
> I have been write an Intermediate NDIS driver, which filter IP
> traffic. For driver installation I use oemsetup.inf, shipped
> with Microsoft IMSAMP driver, and NCPA applet.
> But my driver is just part of the other product, and it would be
> nicely if I can install driver and tune up bindings for it, while
> main product installation run.
>
> Can I do that, and what I do need to do?
>
> Any help is appreciate
>
> With Regards Aidar Talibzhanov ([email protected])
>
Microsoft technical artical Q162771.
-----Original Message-----
From: Aidar Talibzhanov [mailto:[email protected]]
Sent: Friday, April 14, 2000 1:10 AM
To: NT Developers Interest List
Subject: [ntdev] Automatic NDIS driver installation
Hi All!
I have been write an Intermediate NDIS driver, which filter IP
traffic. For driver installation I use oemsetup.inf, shipped
with Microsoft IMSAMP driver, and NCPA applet.
But my driver is just part of the other product, and it would be
nicely if I can install driver and tune up bindings for it, while
main product installation run.
Can I do that, and what I do need to do?
Any help is appreciate
With Regards Aidar Talibzhanov ([email protected])
---
You are currently subscribed to ntdev as: [email protected]
To unsubscribe send a blank email to $subst('Email.Unsub')