home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910B.BIN / DRIVER / AOPEN / SM72W9X / sm72w9x.exe / AOPDFSEN.INF < prev    next >
Windows Setup INFormation  |  1999-04-23  |  3KB  |  79 lines

  1. ;**************************************************************************
  2. ;
  3. ;  AOPDFSen DataFaxRemoteTam/PCI/WIN95/98 Mother  (enumerator) INF
  4. ;
  5. ;**************************************************************************
  6.  
  7. [Strings]
  8. Author = "AOpen";Used to make filename in \INF\OTHER
  9. Mfg = "AOpen"
  10. PCIFriendlyName = "AOpen Soft PCI Modem Enumerator"
  11. ModemShortName = "AOpen FM56-SM Soft PCI Modem"
  12. WIN95DiskName = "WIN95/98 Installation Disk" ;Diskette LABEL
  13. PCIModemID = PCI\RSSI8005 ;This MUST match in the Child INF
  14.  
  15. [HSF_MODEM]
  16. %PCIFriendlyName% = ModemPORT, PCI\VEN_127A&DEV_2015&SUBSYS_2015127A&REV_01
  17.  
  18. [version]
  19. signature="$CHICAGO$"
  20. provider=%Author%
  21. Class=HSFMODEM
  22.  
  23. [Manufacturer]
  24. %Mfg% = HSF_MODEM
  25.  
  26. [ModemPORT]
  27. DelFiles=HSFDeleteInf
  28. AddReg=Standard_AddReg,Uninstall_AddReg,Filename_AddReg
  29. CopyFiles=HSFCopyFiles,HSFCopyInf
  30.  
  31. [Standard_AddReg]
  32. HKR,,DevLoader,,*CONFIGMG
  33. HKR,,DeviceDriver,,hcfpnp.vxd
  34. HKR,,Enumerator,,hcfpnp.vxd
  35. HKR,,DriverDesc,,%PCIFriendlyName%
  36. HKR,Child0000,HardwareID,,%PCIModemID%
  37. HKR,Child0000,DeviceDesc,,%ModemShortName%
  38. HKR,Child0000,Class,,Modem
  39.  
  40. [Filename_AddReg]
  41. HKLM, "SOFTWARE\Conexant\Conexant SoftK56 Modem\Files\INF", AOPDFS.inf,,"AOPDFS.inf"
  42. HKLM, "SOFTWARE\Conexant\Conexant SoftK56 Modem\Files\INF", AOPDFSen.inf,,"AOPDFSen.inf"
  43. HKLM, "SOFTWARE\Conexant\Conexant SoftK56 Modem\Files\INF", AOPWAVE.inf,,"AOPWAVE.inf"
  44. HKLM, "SOFTWARE\Conexant\Conexant SoftK56 Modem\Files\OTHER", AOPENAOPDFSen.inf,,"AOPENAOPDFSen.inf"
  45. HKLM, "SOFTWARE\Conexant\Conexant SoftK56 Modem\Files\OTHER", AOPENAOPDFS.inf,,"AOPENAOPDFS.inf"
  46. HKLM, "SOFTWARE\Conexant\Conexant SoftK56 Modem\Files\OTHER", AOPAOPDFS.inf,,"AOPAOPDFS.inf"
  47. HKLM, "SOFTWARE\Conexant\Conexant SoftK56 Modem\Files\VXDDLL",hcfpnp.vxd ,,  "hcfpnp.vxd"
  48.  
  49. [Uninstall_AddReg] ;for inf deinstaller -xz
  50. HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Conexant SoftK56 Modem", DisplayName,, "AOpen FM56-SM Soft PCI Modem"
  51. HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Conexant SoftK56 Modem", UninstallString,, "C:\Windows\System\infunist.exe"
  52.  
  53. [HSFCopyInf]
  54. AOPDFS.Inf
  55. aopwave.inf
  56.  
  57. [HSFCopyFiles]
  58. hcfpnp.vxd
  59. infunist.exe
  60.  
  61. [HSFDeleteInf]
  62. AOPDFS.Inf
  63. aopwave.inf
  64.  
  65. [DestinationDirs]
  66. DefaultDestDir = 11             ; SYSTEM directory
  67. HSFCopyFiles=11
  68. HSFCopyInf=17   ; Release 2
  69. HSFDeleteInf=17
  70.  
  71. [SourceDisksNames]
  72. 1="HSF ModemInstallDisk",DISK1,0
  73.  
  74. [SourceDisksFiles]
  75. hcfpnp.vxd = 1
  76. aopwave.inf = 1
  77. AOPDFS.inf = 1
  78. infunist.exe = 1
  79.