home *** CD-ROM | disk | FTP | other *** search
/ Netwerk 14 / Netwerk_Vol14.iso / Yucom / install / pc / modem_support / modem554.exe / ltwave.inf < prev    next >
INI File  |  1998-12-04  |  2KB  |  59 lines

  1. ; name and version number:@(#)ltwave.inf    1.5*/
  2. ; date of get:           09/30/97 12:02:45*/
  3. ; date of delta:      03/15/97 12:01:27*/
  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.  
  29. [PreCopySection]
  30. HKR,,NoSetupUI,,1
  31.  
  32. [MSSERWAVE]
  33. AddReg=MSSERWAVE.AddReg
  34.  
  35. [MSSERWAVE.AddReg]
  36. HKR,,DevLoader,,mmdevldr.vxd
  37. HKR,Drivers,MIGRATED,,0
  38. HKR,Drivers\wave,,,
  39. HKR,,Driver,,serwave.vxd
  40. HKR,Drivers\wave\serwvdrv.drv,Description,,%Serial.DeviceDesc%
  41. HKR,Drivers\wave\serwvdrv.drv,Driver,,serwvdrv.drv
  42. HKR,Drivers,SubClasses,,"wave"
  43. HKR,Config,XformModule,  , "umdmxfrm.dll"
  44. HKR,Config,XformID,     1, 04, 00, 00, 00
  45. HKR,Config,BaudRate,    1, 00, c2, 01, 00
  46. ; 2 wave devices - line & local phone
  47. ;HKR,Config,WaveDevices,  1, 02, 00
  48. ; 1 wave device - only line
  49. HKR,Config,WaveDevices,  1, 01, 00
  50.  
  51. ;---------------------------------------------------------------;
  52.  
  53. [Strings]
  54. PROV="Lucent"
  55. MfgName="Lucent"
  56. Serial.DeviceDesc="Voice Modem Serial Wave Device"
  57. MediaClassName="Sound, video and game controllers"
  58.  
  59.