home *** CD-ROM | disk | FTP | other *** search
/ NetComm Communications 5 / NetComm.iso / winfax / voiceinf / netcomm / netc-wav.inf < prev   
Encoding:
INI File  |  1997-02-19  |  3.0 KB  |  101 lines

  1. ;######################   NetComm Serial Wave Driver   ######################;
  2. ;   NetComm Serial Wave Device Driver   Copyright (c) 1996 NetComm Limited   ;
  3. ;   Last updated 19th Feb 1997    Written by: MarcR    RELEASE VERSION 0.2   ;
  4. ;############################################################################;
  5.  
  6. [Version]
  7. Signature="$Windows95$"
  8. Class=MEDIA
  9. provider=%MSFT%
  10. LayoutFile=layout.inf
  11.  
  12. [ClassInstall]
  13. Addreg=Class.AddReg
  14.  
  15. [Class.AddReg]
  16. HKR,,,,%MediaClassName%
  17. HKR,,Icon,,"-1"
  18. HKR,,Installer,,mmci.dll
  19.  
  20. [Manufacturer]
  21. %MfgName%=NetComm
  22.  
  23. [NetComm]
  24. %Rockwell.DeviceDesc1%=VOICE1,  MODEMWAVE\NetComm_VoiceMaster_336__(_AM3430_)
  25. %Rockwell.DeviceDesc2%=VOICE2,  MODEMWAVE\NetComm_InModem_SVD__(_IN3510_)
  26. %Rockwell.DeviceDesc3%=VOICE3,  MODEMWAVE\NetComm_InPlus_SVD__(_IN3420_)
  27. %Rockwell.DeviceDesc4%=VOICE4,  MODEMWAVE\NetComm_MemoryModem_336__(_AM3440_)"
  28. %Rockwell.DeviceDesc5%=VOICE5,  MODEMWAVE\NetComm_Roadster_Ultra_SVD__(_AM3470_)"
  29.  
  30. [PreCopySection]
  31. HKR,,NoSetupUI,,1
  32.  
  33. [DestinationDirs]
  34. Voice.CopyList = 11 ; LDID_SYS
  35.  
  36. [Voice.CopyList]
  37. serwave.vxd,,
  38. serwvdrv.drv,,
  39. vmodctl.dll,,
  40.  
  41. [VOICE1]
  42. AddReg=MSSERWAVE.AddReg, VOICE1.AddReg
  43.  
  44. [VOICE2]
  45. AddReg=MSSERWAVE.AddReg, VOICE2.AddReg
  46.  
  47. [VOICE3]
  48. AddReg=MSSERWAVE.AddReg, VOICE3.AddReg
  49.  
  50. [VOICE4]
  51. AddReg=MSSERWAVE.AddReg, VOICE4.AddReg
  52.  
  53. [VOICE5]
  54. AddReg=MSSERWAVE.AddReg, VOICE5.AddReg
  55.  
  56. [VOICE1.AddReg]
  57. HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc1%
  58. HKR,Config,XformModule,  , "umdmxfrm.dll"
  59. HKR,Config,XformID,     1, 01, 00, 00, 00    ;; format - need docs on this
  60.  
  61. [VOICE2.AddReg]
  62. HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc2%
  63. HKR,Config,XformModule,  , "umdmxfrm.dll"
  64. HKR,Config,XformID,     1, 01, 00, 00, 00    ;; format - need docs on this
  65. HKR,Config,WaveDevices,  1, 01, 00
  66.  
  67. [VOICE3.AddReg]
  68. HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc3%
  69. HKR,Config,XformModule,  , "umdmxfrm.dll"
  70. HKR,Config,XformID,     1, 01, 00, 00, 00    ;; format - need docs on this
  71. HKR,Config,WaveDevices,  1, 01, 00
  72.  
  73. [VOICE4.AddReg]
  74. HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc4%
  75. HKR,Config,XformModule,  , "umdmxfrm.dll"
  76. HKR,Config,XformID,     1, 01, 00, 00, 00    ;; format - need docs on this
  77. HKR,Config,WaveDevices,  1, 01, 00
  78.  
  79. [VOICE5.AddReg]
  80. HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc5%
  81. HKR,Config,XformModule,  , "umdmxfrm.dll"
  82. HKR,Config,XformID,     1, 01, 00, 00, 00    ;; format - need docs on this
  83. HKR,Config,WaveDevices,  1, 01, 00
  84.  
  85. [MSSERWAVE.AddReg]
  86. HKR,,DevLoader,,mmdevldr.vxd
  87. HKR,Drivers,MIGRATED,,0
  88. HKR,Drivers\wave,,,
  89. HKR,,Driver,,serwave.vxd
  90. HKR,Drivers\wave\serwvdrv.drv,Driver,,serwvdrv.drv
  91. HKR,Drivers,SubClasses,,"wave"
  92.  
  93. [Strings]
  94. MSFT="Microsoft"
  95. MfgName="NetComm"
  96. Rockwell.DeviceDesc1="NetComm Voice Modem Serial Wave Device"
  97. Rockwell.DeviceDesc2="NetComm Voice Modem Serial Wave Device"
  98. Rockwell.DeviceDesc3="NetComm Voice Modem Serial Wave Device"
  99. Rockwell.DeviceDesc4="NetComm Voice Modem Serial Wave Device"
  100. Rockwell.DeviceDesc5="NetComm Voice Modem Serial Wave Device"
  101.