From: ttan on 23 Jun 2006 17:45 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
From: Thomas F. Divine [DDK MVP] on 23 Jun 2006 17:48 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
From: ttan on 23 Jun 2006 18:40 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 > >
From: mirage2k2 on 24 Jun 2006 00:48 Is BindView any better than snetcfg ... since they both use INetCfg? "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 > >
From: Steve Dispensa on 24 Jun 2006 01:11
It's certainly more recent and more maintained, and IIRC there were some installation bugs related to IM driveres in snetcfg... It's been so long that I don't really remember any more, but you'd be well advised to ditch the old stuff if you're working on new code. -Steve On 6/23/06 11:48 PM, in article C69CF723-C792-42F5-BBF9-53903EFC94C7(a)microsoft.com, "mirage2k2" <mirage2k2(a)discussions.microsoft.com> wrote: > Is BindView any better than snetcfg ... since they both use INetCfg? > > "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 >> >> |