From: Nazan Kurt (MSFT) on 30 Jun 2006 20:40 To clarify- You can install NDIS miniport drivers using devcon. You can not install NDIS IM, Protocol and NDIS LW Filter drivers using devcon. -- -Nazan This posting is provided "AS IS" with no warranties, and confers no rights. "ttan" <ttan(a)discussions.microsoft.com> wrote in message news:15C310C3-9776-4B82-A560-8BF0F0D2826D(a)microsoft.com... > No wonder I couldn't install it and nothing in devcon doc said it not > applicable for NDIS drivers. > > Thanks for you reply. > ttan > > > "Thomas F. Divine [DDK MVP]" wrote: > >> You cannot use DevCon to install NDIS drivers. >> >> Instead, use the DDK BindBiew sample application to install NDIS >> drivers - >> including PassThru. >> >> Good luck, >> >> Thomas F. Divine, Windows DDK MVP >> http://www.pcausa.com >> >> "ttan" <ttan(a)discussions.microsoft.com> wrote in message >> news:F8D24EAF-900D-4D8B-8CC5-B39379158763(a)microsoft.com... >> > >> > Have anyone successfully install passthru driver by using command line >> > in >> > Devcon? >> > I'm using this command >> > devcon -r install c:\Passthru\Inf\netsf.inf ms_passthrump >> > it always return: devcon failed. >> > >> > Does Devcon support passthru installation? >> > >> > thanks, >> > ttan >> >> |