home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-11-01 | 3.2 KB | 113 lines |
- ; WINMODEM.INF
- ; Copyright 1996, U.S. Robotics Inc.
- ; This file is the master device information file for the Winmodem
- ; hardware installation.
-
- ; Comment starting with semicolon should not be added at the end of a line.
-
- ;--------------------------------------------------------------------------
- [version]
- signature="$WINDOWS95$"
- ;
- Class=Winmodem
- ; install hardware with both port and modem capabilities.
-
- Provider=%String0%
- ; name of the hardware provider
-
- ;--------------------------------------------------------------------------
- [SourceDisksNames]
- 1=%String3%,DISK1,2345-16E8
- ; this is the install disk description
-
- ;--------------------------------------------------------------------------
- [SourceDisksFiles]
- winmodem.exe=1, usrdrvr.003
- winmodem.drv=1, usrdrvr.003
- winmodem.cpl=1, usrdrvr.003
- winmodem.vxd=1, usrdrvr.003
- wmport.in~=1, usrdrvr.003
- wmmodem.in~=1, usrdrvr.003
- ; These files are stored in the directory usrdrvr.003 of the install disk
-
- ;--------------------------------------------------------------------------
- [DestinationDirs]
- ClassInstall.CopyWin=11
- ; File(s) listed in this section will be copied to the SYSTEM subdirectory
-
- ComPort.CopyWin=11,winmodem.101
- ; File(s) listed in this section will be copied to SYSTEM\winmodem.101
-
- INF.CopyFiles=17
- ; File(s) listed in this section will be copied to the INF subdirectory
-
- Temp.CopyFiles=17, usrdrvr.003
- ; File(s) listed in this section will be copied to INF\usrdrvr.003
-
- ;--------------------------------------------------------------------------
- ; Install class "Winmodem"
- ; Windows will probably use these entries, because the USRProduct class
- ; is not installed.
-
- [ClassInstall]
- CopyFiles=ClassInstall.CopyWin, INF.CopyFiles, Temp.CopyFiles
- AddReg=PortsClass.AddReg
-
- ;--------------------------------------------------------------------------
- [PortsClass.AddReg]
- HKR,,,,%PortsClassName%
- HKR,,Icon,,2
- HKR,,Installer,,winmodem.cpl
- HKR,,NoUseClass,,1
- HKR,,NoInstallClass,,1
- HKR,,NoDisplayClass,,1
- HKR,,SilentInstall,,1
-
- ;--------------------------------------------------------------------------
- ; Drivers
- ; Winmodem hardware declaration
- [Manufacturer]
- %String1%=Std
-
- [Std]
- %String2% = ComPort, ISAPNP\USR1001
-
- ;--------------------------------------------------------------------------
- ; COM sections
- [ComPort]
- CopyFiles=ComPort.CopyWin
- ; copy Winmodem files
-
- ;Restart
- ; Ask Windows to restart after installation.
-
- ;--------------------------------------------------------------------------
- [ClassInstall.CopyWin]
- winmodem.cpl
-
- ;--------------------------------------------------------------------------
- [ComPort.CopyWin]
- winmodem.drv
- winmodem.exe
-
- ;--------------------------------------------------------------------------
- [Temp.CopyFiles]
- winmodem.drv
- winmodem.exe
- winmodem.cpl
- winmodem.vxd
-
- ;--------------------------------------------------------------------------
- [INF.CopyFiles]
- wmport.in~
- wmmodem.in~
-
- ;----------------------------------------------------------
- ; User readable strings
- [Strings]
- String0="U.S. Robotics, Inc."
- String1="U.S. Robotics, Inc."
- String2="Sportster Winmodem 33.6"
- String3="U.S. Robotics Inc. Sportster Winmodem 33.6"
- PortsClassName="Winmodem"
-