home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1998 December / maximum-cd-1998-12.iso / Drivers / Aureal / Vortex / Update / asp4port.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-08-27  |  2.9 KB  |  95 lines

  1. ;*---------------------------------------------------------------------------
  2. ;*
  3. ;* $Workfile: asp4port.inf $
  4. ;*
  5. ;*---------------------------------------------------------------------------
  6. ;*
  7. ;* $Revision: 1 $  $Date: 8/27/98 11:28a $  
  8. ;*                
  9. ;*---------------------------------------------------------------------------
  10. ;*
  11. ;* Vortex inf file for Windows & DOS modem port support
  12. ;*
  13. ;*---------------------------------------------------------------------------
  14. ;* 
  15. ;* Copyright (c) 1997 Aureal Semiconductor, Inc. - All rights reserved. 
  16. ;*
  17. ;* This is UNPUBLISHED PROPRIETARY SOURCE CODE of Aureal Semiconductor;
  18. ;* the contents of this file may not be disclosed to third parties, copied or
  19. ;* duplicated in any form, in whole or in part, without the prior written
  20. ;* permission of Aureal Semiconductor.
  21. ;*
  22. ;* RESTRICTED RIGHTS LEGEND:
  23. ;* Use, duplication or disclosure by the Government is subject to restrictions
  24. ;* as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  25. ;* and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  26. ;* successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished  -
  27. ;* rights reserved under the Copyright Laws of the United States.
  28. ;*
  29. ;*---------------------------------------------------------------------------
  30. ;*$NoKeywords: $
  31.  
  32. [Version]
  33. LayoutFile=layout.inf
  34. Signature="$CHICAGO$"
  35. Class=Ports
  36. Provider=%Mfg%
  37. Verinfo=%ProductVersion%
  38.  
  39. [ControlFlags]
  40. ExcludeFromSelect=VIRTUAL\PCI_VEN_12EB&DEV_0001_DOSMODEM
  41.  
  42. [Manufacturer]
  43. %Mfg%=AurealSemiconductor
  44.  
  45. [AurealSemiconductor]
  46. %VIRTUAL\PCI_VEN_12EB&DEV_0001_DOSMODEM.DeviceDesc% = DOSMODEMPORT_DEVICE, VIRTUAL\PCI_VEN_12EB&DEV_0001_DOSMODEM
  47. ;%MF\PCI_VEN_12EB&DEV_0001_MODEM_ROCKWELL.DeviceDesc% = WINMODEMPORT_DEVICE, MF\PCI_VEN_12EB&DEV_0001_MODEM_ROCKWELL
  48.  
  49. [WINMODEMPORT_DEVICE]
  50. CopyFiles=ComPort.Copy
  51. AddReg=ComPort.AddReg
  52.  
  53. [DOSMODEMPORT_DEVICE]
  54. AddReg=AspenDosModemPort.Addreg
  55. CopyFiles=AspenDosModemPort.CopyList
  56.  
  57. [AspenDosModemPort.AddReg]
  58. HKR,,DevLoader,,*CONFIGMG
  59. HKR,,DeviceDriver,,asp4port.vxd
  60.  
  61. [ComPort.AddReg]
  62. HKR,,DevLoader,,*vcomm
  63. HKR,,Enumerator,,serenum.vxd
  64. HKR,,PortDriver,,serial.vxd
  65. HKR,,Contention,,*vcd
  66. HKR,,ConfigDialog,,serialui.dll
  67. HKR,,DCB,3,1C,00,00,00, 80,25,00,00, 11,33,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  68. HKR,,PortSubClass,1,01
  69. HKR,,EnumPropPages,,"serialui.dll,EnumPropPages"
  70.  
  71. [AspenDosModemPort.CopyList]
  72. ;asp4port.vxd,,
  73.  
  74. [ComPort.Copy]
  75. serial.vxd,,
  76. serialui.dll,,
  77.  
  78. [SourceDisksFiles]
  79. asp4port.vxd=42
  80.  
  81. [SourceDisksNames]
  82. 42=%DiskName%,,0000-0000
  83.  
  84. [DestinationDirs]
  85. DefaultDestDir = 11
  86.  
  87. [Strings]
  88. ;Non-localized strings - device-specific
  89. ProductVersion="0.01.00.0001"
  90.  
  91. ;Localized strings - device-specific
  92. Mfg="Aureal Semiconductor"
  93. DiskName="Vortex Installation & Driver Disk"
  94. VIRTUAL\PCI_VEN_12EB&DEV_0001_DOSMODEM.DeviceDesc = "Vortex DOS Modem Port"
  95. MF\PCI_VEN_12EB&DEV_0001_MODEM_ROCKWELL.DeviceDesc="Vortex Windows Modem Port"