Installation Without Network control Panel

Hi all,
Can I some how Invoke the code that runs when we say “OK” on the
Network control Panel.
Actually i want to Invoke the Binding Engine Manually??? How Can I do It.???
Ajitabh

> Hi all,

Can I some how Invoke the code that runs when we say “OK” on the
Network control Panel.
Actually i want to Invoke the Binding Engine Manually??? How Can I do
It.???
Ajitabh

setup.exe /f /i %systemroot%\system32\ncpashel.inf /t NTN_InstallMode = install /t NTN_Infname = oemsetup.inf /t NTN_SRCPATH = %1

Look at the January 2000 (or December 1999) issue of Windows Developer
Journal. There is an article dedicated to programmatic installation of
network drivers.

Dominick
----- Original Message -----
From: “Ajitabh Prakash”
To: “NT Developers Interest List”
Sent: Thursday, March 02, 2000 8:26 AM
Subject: [ntdev] Installation Without Network control Panel

> Hi all,
> Can I some how Invoke the code that runs when we say “OK” on the
> Network control Panel.
> Actually i want to Invoke the Binding Engine Manually??? How Can I do
It.???
> Ajitabh
>
> —
> You are currently subscribed to ntdev as: xxxxx@flashcom.net
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>
>

if you only want the Binding stuff, look at :
http://support.microsoft.com/support/kb/articles/Q231/3/15.ASP

Pascal.