From: Sam Developer on
Hi All,

I have developed my application which uses NDIS IM filter driver.
The interface which i used to communicate with the driver is loaded in
the service.

I have some doubts related to updating driver .

Now i want to update my driver.
If driver file is changed then *cat file is also get changed.

Can you please tell me the various way to update NDIS driver?

Regards,
SAM





From: Dave Cattley on
The only way to update an NDIS IM driver is to remove the old NetService and
install the new version of the NetService.

NetCfg does not do 'updates' for NetService entries.