Login to participate
Endpoint Management & Virtualization DownloadsRSS

Command Line Modem Installer

kkwapnioski's picture

Here is a program to install modems to a Windows XP Machine. 
The program takes three (3) arguments:

  1. The Inf driver file.
  2. The COM port to attach the modem to
  3. 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.