Command Line Modem Installer
Updated: 22 Oct 2009 | 1 comment
Here is a program to install modems to a Windows XP Machine.
The program takes three (3) arguments:
- The Inf driver file.
- The COM port to attach the modem to
- The device Hardware ID
ModemInstaller.exe <INF_File> <COM PORT> <Hardware_ID>
The original purpose was to create a Standard 19200 bps Modem for an install package. Here the example syntax is used:
ModemInstaller.exe "C:\Windows\inf\mdmgen.inf" "COM1" "mdmgen192"
The code is a modified version of Microsoft's Modem installer and compiled using Visual Studio 2005. It requires .Net Framework 2.0 or higher to execute.
Let me know if you have any questions or if you would like the source code.
NOTE: While extensive testing has not been done, the program seems to work fine on Windows Vista/Seven.
download Filed Under:
Comments
Hello!
Could you please share the source code?
Would you like to reply?
Login or Register to post your comment.