home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd2.bin / drivers / Modemy / Microcom / Win_XP.exe / Windows_XP / Ltwave.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-11-09  |  1.7 KB  |  63 lines

  1. ; name and version number:@(#)ltwave.inf    1.7*/
  2. ; date of get:           05/09/00 09:55:41*/
  3. ; date of delta:      04/03/00 17:08:13*/
  4. [Version]
  5. Signature="$CHICAGO$"
  6. Class=MEDIA
  7. provider=%PROV%
  8.  
  9. [ClassInstall]
  10. Addreg=Class.AddReg
  11.  
  12. [Class.AddReg]
  13. HKR,,,,%MediaClassName%
  14. HKR,,Icon,,"-1"
  15. HKR,,Installer,,mmci.dll
  16.  
  17. [Manufacturer]
  18. %MfgName%=Microsoft
  19.  
  20. [Microsoft]
  21. ; the device id's (MODEMWAVE\Lucent_Win_Modem)
  22. ; correspond EXACTLY to the modem name with underscores in place of spaces.
  23. ; the names must be an exact match or installer won't find device.
  24. ; this scheme is because of the way the serial wave device enumeration occurs.
  25.  
  26. ; serial wave device - imaadpcm driver
  27. %Serial.DeviceDesc%=MSSERWAVE, MODEMWAVE\Lucent_Win_Modem
  28. %Serial.DeviceDesc%=MSSERWAVE, MODEMWAVE\Lucent_Win_Modem_#2
  29. %Serial.DeviceDesc%=MSSERWAVE, MODEMWAVE\DeskPorte_56K_Internal_L
  30.  
  31. [PreCopySection]
  32. HKR,,NoSetupUI,,1
  33.  
  34. [MSSERWAVE]
  35. AddReg=MSSERWAVE.AddReg
  36.  
  37. [MSSERWAVE.AddReg]
  38. HKR,,DevLoader,,mmdevldr.vxd
  39. HKR,Drivers,MIGRATED,,0
  40. HKR,Drivers\wave,,,
  41. HKR,,Driver,,serwave.vxd
  42. HKR,Drivers\wave\serwvdrv.drv,Description,,%Serial.DeviceDesc%
  43. HKR,Drivers\wave\serwvdrv.drv,Driver,,serwvdrv.drv
  44. HKR,Drivers,SubClasses,,"wave"
  45. HKR,Config,XformModule,  , "umdmxfrm.dll"
  46. HKR,Config,XformID,     1, 04, 00, 00, 00
  47. HKR,Config,BaudRate,    1, 00, c2, 01, 00
  48. ; 2 wave devices - line & local phone
  49. ;HKR,Config,WaveDevices,  1, 02, 00
  50. ; 1 wave device - only line
  51. HKR,Config,WaveDevices,  1, 01, 00
  52.  
  53. ;---------------------------------------------------------------;
  54.  
  55. [Strings]
  56. ;PROV="Lucent"
  57. PROV="Microcom C.E."
  58. ;MfgName="Lucent"
  59. MfgName="Microcom C.E."
  60. Serial.DeviceDesc="Voice Modem Serial Wave Device"
  61. MediaClassName="Sound, video and game controllers"
  62.  
  63.