home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-02-19 | 3.0 KB | 101 lines |
- ;###################### NetComm Serial Wave Driver ######################;
- ; NetComm Serial Wave Device Driver Copyright (c) 1996 NetComm Limited ;
- ; Last updated 19th Feb 1997 Written by: MarcR RELEASE VERSION 0.2 ;
- ;############################################################################;
-
- [Version]
- Signature="$Windows95$"
- Class=MEDIA
- provider=%MSFT%
- LayoutFile=layout.inf
-
- [ClassInstall]
- Addreg=Class.AddReg
-
- [Class.AddReg]
- HKR,,,,%MediaClassName%
- HKR,,Icon,,"-1"
- HKR,,Installer,,mmci.dll
-
- [Manufacturer]
- %MfgName%=NetComm
-
- [NetComm]
- %Rockwell.DeviceDesc1%=VOICE1, MODEMWAVE\NetComm_VoiceMaster_336__(_AM3430_)
- %Rockwell.DeviceDesc2%=VOICE2, MODEMWAVE\NetComm_InModem_SVD__(_IN3510_)
- %Rockwell.DeviceDesc3%=VOICE3, MODEMWAVE\NetComm_InPlus_SVD__(_IN3420_)
- %Rockwell.DeviceDesc4%=VOICE4, MODEMWAVE\NetComm_MemoryModem_336__(_AM3440_)"
- %Rockwell.DeviceDesc5%=VOICE5, MODEMWAVE\NetComm_Roadster_Ultra_SVD__(_AM3470_)"
-
- [PreCopySection]
- HKR,,NoSetupUI,,1
-
- [DestinationDirs]
- Voice.CopyList = 11 ; LDID_SYS
-
- [Voice.CopyList]
- serwave.vxd,,
- serwvdrv.drv,,
- vmodctl.dll,,
-
- [VOICE1]
- AddReg=MSSERWAVE.AddReg, VOICE1.AddReg
-
- [VOICE2]
- AddReg=MSSERWAVE.AddReg, VOICE2.AddReg
-
- [VOICE3]
- AddReg=MSSERWAVE.AddReg, VOICE3.AddReg
-
- [VOICE4]
- AddReg=MSSERWAVE.AddReg, VOICE4.AddReg
-
- [VOICE5]
- AddReg=MSSERWAVE.AddReg, VOICE5.AddReg
-
- [VOICE1.AddReg]
- HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc1%
- HKR,Config,XformModule, , "umdmxfrm.dll"
- HKR,Config,XformID, 1, 01, 00, 00, 00 ;; format - need docs on this
-
- [VOICE2.AddReg]
- HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc2%
- HKR,Config,XformModule, , "umdmxfrm.dll"
- HKR,Config,XformID, 1, 01, 00, 00, 00 ;; format - need docs on this
- HKR,Config,WaveDevices, 1, 01, 00
-
- [VOICE3.AddReg]
- HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc3%
- HKR,Config,XformModule, , "umdmxfrm.dll"
- HKR,Config,XformID, 1, 01, 00, 00, 00 ;; format - need docs on this
- HKR,Config,WaveDevices, 1, 01, 00
-
- [VOICE4.AddReg]
- HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc4%
- HKR,Config,XformModule, , "umdmxfrm.dll"
- HKR,Config,XformID, 1, 01, 00, 00, 00 ;; format - need docs on this
- HKR,Config,WaveDevices, 1, 01, 00
-
- [VOICE5.AddReg]
- HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc5%
- HKR,Config,XformModule, , "umdmxfrm.dll"
- HKR,Config,XformID, 1, 01, 00, 00, 00 ;; format - need docs on this
- HKR,Config,WaveDevices, 1, 01, 00
-
- [MSSERWAVE.AddReg]
- HKR,,DevLoader,,mmdevldr.vxd
- HKR,Drivers,MIGRATED,,0
- HKR,Drivers\wave,,,
- HKR,,Driver,,serwave.vxd
- HKR,Drivers\wave\serwvdrv.drv,Driver,,serwvdrv.drv
- HKR,Drivers,SubClasses,,"wave"
-
- [Strings]
- MSFT="Microsoft"
- MfgName="NetComm"
- Rockwell.DeviceDesc1="NetComm Voice Modem Serial Wave Device"
- Rockwell.DeviceDesc2="NetComm Voice Modem Serial Wave Device"
- Rockwell.DeviceDesc3="NetComm Voice Modem Serial Wave Device"
- Rockwell.DeviceDesc4="NetComm Voice Modem Serial Wave Device"
- Rockwell.DeviceDesc5="NetComm Voice Modem Serial Wave Device"
-