home *** CD-ROM | disk | FTP | other *** search
- [Version]
- Signature="$Windows95$"
- Class=MEDIA ;; needed - this is a wave driver, so gets installed in media
- provider=%MSFT%
-
- [ClassInstall]
- Addreg=Class.AddReg ;; standard media info
-
- [Class.AddReg] ;; standard media info
- HKR,,,,%MediaClassName%
- HKR,,Icon,,"-1"
- HKR,,Installer,,mmci.dll
-
- [Manufacturer]
- %MfgName%=Microsoft
-
- [Microsoft]
- ;; the device id's (MODEMWAVE\14.4_Data_Fax_Modem_Voice) correspond EXACTLY to the modem name
- ;; with underscores in place of spaces. The names must be an exact match or installer
- ;; won't find device.
- ;; this scheme due to the way serial wave device enumeration occurs.
-
- %GVC0012.DeviceDesc%=GVC0012, MODEMWAVE\REQUEST_V.34PLUS_Int._Data_Fax_Voice
-
- [PreCopySection]
- HKR,,NoSetupUI,,1
-
- [GVC0012]
- AddReg=MSSERWAVE.AddReg, REQ2.AddReg
-
- [REQ1.AddReg]
- HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc% ;; serwvdrv.drv is driver
- HKR,Config,XformModule, , "umdmxfrm.dll" ;; necessary
- HKR,Config,XformID, 1, 01, 00, 00, 00 ;; format - need docs on this
- HKR,Config,WaveDevices, 1, 01, 00 ;; normally, have 2 wave devices, line and
- ;; handset. If handset is not supported
- ;; only have 1 wave device, so serwvdrv
- ;; needs to know this so it only reports
- ;; one device. If this entry is omitted
- ;; default is 2
- ;;use local handset also
- [REQ2.AddReg]
- HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc% ;; serwvdrv.drv is driver
- HKR,Config,XformModule, , "umdmxfrm.dll" ;; necessary
- HKR,Config,XformID, 1, 01, 00, 00, 00 ;; format - need docs on this
-
-
- [MSSERWAVE.AddReg] ;; this stuff should never change
- 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="REQUEST"
- GVC0012.DeviceDesc="REQUEST Voice Modem Serial Wave Device"