home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD1.iso / modem / WINM336 / WINMDM2.INF < prev    next >
Encoding:
INI File  |  1996-11-01  |  3.2 KB  |  113 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=%String3%,DISK1,2345-16E8
  21. ; this is the install disk description
  22.  
  23. ;--------------------------------------------------------------------------
  24. [SourceDisksFiles]
  25. winmodem.exe=1, usrdrvr.003
  26. winmodem.drv=1, usrdrvr.003
  27. winmodem.cpl=1, usrdrvr.003
  28. winmodem.vxd=1, usrdrvr.003
  29. wmport.in~=1, usrdrvr.003
  30. wmmodem.in~=1, usrdrvr.003
  31. ; These files are stored in the directory usrdrvr.003 of the install disk
  32.  
  33. ;--------------------------------------------------------------------------
  34. [DestinationDirs]
  35. ClassInstall.CopyWin=11
  36. ; File(s) listed in this section will be copied to the SYSTEM subdirectory
  37.  
  38. ComPort.CopyWin=11,winmodem.101
  39. ; File(s) listed in this section will be copied to SYSTEM\winmodem.101
  40.  
  41. INF.CopyFiles=17
  42. ; File(s) listed in this section will be copied to the INF subdirectory
  43.  
  44. Temp.CopyFiles=17, usrdrvr.003
  45. ; File(s) listed in this section will be copied to INF\usrdrvr.003
  46.  
  47. ;--------------------------------------------------------------------------
  48. ; Install class "Winmodem"
  49. ; Windows will probably use these entries, because the USRProduct class
  50. ; is not installed.
  51.  
  52. [ClassInstall]
  53. CopyFiles=ClassInstall.CopyWin, INF.CopyFiles, Temp.CopyFiles
  54. AddReg=PortsClass.AddReg
  55.  
  56. ;--------------------------------------------------------------------------
  57. [PortsClass.AddReg]
  58. HKR,,,,%PortsClassName%
  59. HKR,,Icon,,2
  60. HKR,,Installer,,winmodem.cpl
  61. HKR,,NoUseClass,,1
  62. HKR,,NoInstallClass,,1
  63. HKR,,NoDisplayClass,,1
  64. HKR,,SilentInstall,,1
  65.  
  66. ;--------------------------------------------------------------------------
  67. ; Drivers
  68. ; Winmodem hardware declaration
  69. [Manufacturer]
  70. %String1%=Std
  71.  
  72. [Std]
  73. %String2% = ComPort, ISAPNP\USR1001
  74.  
  75. ;--------------------------------------------------------------------------
  76. ; COM sections
  77. [ComPort]
  78. CopyFiles=ComPort.CopyWin
  79. ; copy Winmodem files
  80.  
  81. ;Restart
  82. ; Ask Windows to restart after installation.
  83.  
  84. ;--------------------------------------------------------------------------
  85. [ClassInstall.CopyWin]
  86. winmodem.cpl
  87.  
  88. ;--------------------------------------------------------------------------
  89. [ComPort.CopyWin]
  90. winmodem.drv
  91. winmodem.exe
  92.  
  93. ;--------------------------------------------------------------------------
  94. [Temp.CopyFiles]
  95. winmodem.drv
  96. winmodem.exe
  97. winmodem.cpl
  98. winmodem.vxd
  99.  
  100. ;--------------------------------------------------------------------------
  101. [INF.CopyFiles]
  102. wmport.in~
  103. wmmodem.in~
  104.  
  105. ;----------------------------------------------------------
  106. ; User readable strings
  107. [Strings]
  108. String0="U.S. Robotics, Inc."
  109. String1="U.S. Robotics, Inc."
  110. String2="Sportster Winmodem 33.6"
  111. String3="U.S. Robotics Inc. Sportster Winmodem 33.6"
  112. PortsClassName="Winmodem"
  113.