Re : IM Driver install under WinNT4.0

Hi,

Try reading procedure for unattended installation… you may try following command line with some changes.

C:\> setup /f /i%systemroot%\system32\ncpashel.inf /t NTN_InstallMode = Install /t NTN_Origination = install /t NTN_Infname = e:\winnt\system32\oemnxp0.inf /t NTN_SRCPATH = E:\Drivers\eno /t NTN_InfOption = Eno

Note: This command is one line, no line break

where oemnxp0.inf is the file we need to copy our oemsetup.inf before we run this command… be careful while copying it must not overwrite if there exist such file… in case of pre-existence of the file choose another filename.

After completion of the command you need to tell TCP/IP to review binding as new Hardware Components (Eno Adapters) are installed in the system and need binding to associate Portocol with this adapter. Following is the command line for that

C:\> control ncpa.cpl

and simply send “Ok” Event to the ncpa window, which you can plan by programming. You can perss OK button here, and it will finish all the task of bindings.

----- Original Message -----
From: jenson
To: NT Developers Interest List
Sent: Wed Aug 29 16:08:29 GMT+05:30 2001
Subject: [ntdev] IM Driver install under WinNT4.0

Hello !
I wonder, if there a way to install IM driver (say imsamp…) under NT4.0 in
a “simple” way (not from NCPA).
It would be very good to find something like netsfg-sample from DDK-2k.

best regards,
Jenson.

____________________________________________________________
eLitecore Technologies Pvt. Ltd.


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com