HOWTO: Programmatically Install Modem DriversID: Q194941
|
In Windows NT version 4.0, you can install a modem using one of the
following techniques:
First, create a valid Windows NT 4.0 unattended install file. This file
must have a [<Modem_Parameter_Section>] section for the modem you are
installing. For example:
[MyModem]
COM1 = "Dial-Up Networking Serial Cable between 2 PCs"
rundll32.exe shell32.dll,Control_RunDLL modem.cpl,Modems,Where the above command is one line, with no space between "Modems," and "noui". For example (if the example above was saved as c:\MyModem.inf):
noui inf=<INF_FileName> sect=<Modem_Parameter_Section>
rundll32.exe shell32.dll,Control_RunDLL modem.cpl,Modems, noui inf=c:\MyModem.INF sect=MyModem
For a full description of the [<Modem_Parameter_Section>] Section, please
refer to the Windows NT 4.0 unattended install documentation.
Windows NT 4.0 Resource Kit: unattended install
For additional information, please see the following article in the
Microsoft Knowledge Base:
Q155197 Unattended Setup Parameters for Unattend.txt File
Keywords : kbDDK kbNDIS kbNTOS400
Version :
Platform :
Issue type : kbhowto
Last Reviewed: March 6, 1999