Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Command Line Modem Installer

Updated: 22 Oct 2009 | 1 comment
kkwapnioski's picture
+4 4 Votes
Login to vote

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.

Comments

MANOKUM80's picture
06
Apr
2011
0 Votes 0
Login to vote

Hello!

Could you please share the source code?