home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 6 / 3ComUSRConnections.iso / InfFiles / 3COM11250X.INF < prev    next >
Encoding:
INI File  |  1999-05-25  |  3.2 KB  |  112 lines

  1. ; WINMODEM.INF
  2. ; Copyright 1996, U.S. Robotics Inc.
  3. ; This file is the master device information file for the Winmodem
  4. ; hardware installation.
  5.  
  6. ; Comment starting with semicolon should not be added at the end of a line.
  7.  
  8. ;--------------------------------------------------------------------------
  9. [version]
  10. signature="$WINDOWS95$"
  11. ;
  12. Class=Winmodem
  13. ; install hardware with both port and modem capabilities.                        
  14.  
  15. Provider=%String0%
  16. ; name of the hardware provider
  17.  
  18. ;--------------------------------------------------------------------------
  19. [SourceDisksNames]
  20. 1="Winmodem AutoInstaller","3ComDrv.CAB",0
  21. ; this is the install disk description
  22.  
  23. ;--------------------------------------------------------------------------
  24. [SourceDisksFiles]
  25. winmodem.exe=1
  26. winmodem.drv=1
  27. winmodem.cpl=1
  28. winmodem.vxd=1
  29. wmport.in~=1
  30. wmmodem.in~=1
  31.  
  32. ;--------------------------------------------------------------------------
  33. [DestinationDirs]
  34. ClassInstall.CopyWin=11
  35. ; File(s) listed in this section will be copied to the SYSTEM subdirectory
  36.  
  37. ComPort.CopyWin=11,winmodem.101
  38. ; File(s) listed in this section will be copied to SYSTEM\winmodem.101
  39.  
  40. INF.CopyFiles=17
  41. ; File(s) listed in this section will be copied to the INF subdirectory
  42.  
  43. Temp.CopyFiles=17, usrdrvr.003
  44. ; File(s) listed in this section will be copied to INF\usrdrvr.003
  45.  
  46. ;--------------------------------------------------------------------------
  47. ; Install class "Winmodem"
  48. ; Windows will probably use these entries, because the USRProduct class
  49. ; is not installed.
  50.  
  51. [ClassInstall]
  52. CopyFiles=ClassInstall.CopyWin, INF.CopyFiles, Temp.CopyFiles
  53. AddReg=PortsClass.AddReg
  54.  
  55. ;--------------------------------------------------------------------------
  56. [PortsClass.AddReg]
  57. HKR,,,,%PortsClassName%
  58. HKR,,Icon,,2
  59. HKR,,Installer,,winmodem.cpl
  60. HKR,,NoUseClass,,1
  61. HKR,,NoInstallClass,,1
  62. HKR,,NoDisplayClass,,1
  63. HKR,,SilentInstall,,1
  64.  
  65. ;--------------------------------------------------------------------------
  66. ; Drivers
  67. ; Winmodem hardware declaration
  68. [Manufacturer]
  69. %String1%=Std
  70.  
  71. [Std]
  72. %String2% = ComPort, ISAPNP\USR1001
  73.  
  74. ;--------------------------------------------------------------------------
  75. ; COM sections
  76. [ComPort]
  77. CopyFiles=ComPort.CopyWin
  78. ; copy Winmodem files
  79.  
  80. ;Restart
  81. ; Ask Windows to restart after installation.
  82.  
  83. ;--------------------------------------------------------------------------
  84. [ClassInstall.CopyWin]
  85. winmodem.cpl,1125winmodem.cpl
  86.  
  87. ;--------------------------------------------------------------------------
  88. [ComPort.CopyWin]
  89. winmodem.drv,1125winmodem.drv
  90. winmodem.exe,1125winmodem.exe
  91.  
  92. ;--------------------------------------------------------------------------
  93. [Temp.CopyFiles]
  94. winmodem.drv,1125winmodem.drv
  95. winmodem.exe,1125winmodem.exe
  96. winmodem.cpl,1125winmodem.cpl
  97. winmodem.vxd,1125winmodem.vxd
  98.  
  99. ;--------------------------------------------------------------------------
  100. [INF.CopyFiles]
  101. wmport.in~,1125wmport.in~
  102. wmmodem.in~,1125wmmodem.in~
  103.  
  104. ;----------------------------------------------------------
  105. ; User readable strings
  106. [Strings]
  107. String0="U.S. Robotics, Inc."
  108. String1="U.S. Robotics, Inc."
  109. String2="Sportster Winmodem 33.6"
  110. String3="U.S. Robotics Inc. Sportster Winmodem 33.6"
  111. PortsClassName="Winmodem"
  112.