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 (xxxxx@programmer.net)

Installation is not well documented.

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: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]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 (xxxxx@programmer.net)

Once you have created an OEMSETUP.INF file for your driver, look at
Microsoft technical artical Q162771.

-----Original Message-----
From: Aidar Talibzhanov [mailto:xxxxx@programmer.net]
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 (xxxxx@programmer.net)


You are currently subscribed to ntdev as: xxxxx@moore-solutions.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)