home *** CD-ROM | disk | FTP | other *** search
/ Image Master / L80.iso / Win98 / PRECOPY2.CAB / swenum.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-05-11  |  1.7 KB  |  91 lines

  1.  
  2. [Version]
  3. signature  = "$CHICAGO$"
  4. SetupClass = BASE
  5. Class      = SYSTEM
  6. ClassGUID  = {4d36e97d-e325-11ce-bfc1-08002be10318}
  7. Provider   = %Msft%
  8. LayoutFile = layout.inf, layout1.inf, layout2.inf
  9.  
  10. [BaseWinOptions]
  11. SWENUM_BASE
  12.  
  13. [SWENUM_BASE]
  14. AddReg    = swenum.base.addreg
  15. CopyFiles = swenum.base.copy
  16.  
  17. [DefaultInstall]
  18. AddReg    = swenum.base.addreg
  19. CopyFiles = swenum.base.copy
  20.  
  21. [swenum.base.addreg]
  22. HKLM,Enum\Root\SwEnum\0000,HardwareID,,SWENUM
  23.  
  24. [swenum.base.copy]
  25. swenum.inf
  26.  
  27. [DestinationDirs]
  28. DefaultDestDir   = 10,system32\drivers
  29. SWENUM.CopyDlls  = 11
  30. swenum.base.copy = 17
  31.  
  32. [Manufacturer]
  33. %Msft%=Microsoft
  34.  
  35. [Microsoft]
  36. %SWENUM.DeviceDesc%=SWENUM,SWENUM
  37.  
  38. [SWENUM]
  39. CopyFiles=SWENUM.CopyFiles,SWENUM.CopyDlls
  40. AddReg=SWENUM.AddReg
  41.  
  42. [SWENUM.HW]
  43. AddReg=SWENUM.HW.AddReg
  44.  
  45. [SWENUM.NT]
  46. CopyFiles=SWENUM.CopyFiles
  47.  
  48. [SWENUM.CopyDlls]
  49. streamci.dll
  50.  
  51. [SWENUM.CopyFiles]
  52. swenum.sys
  53.  
  54. [SWENUM.AddReg]
  55. HKR,,DevLoader,,*NTKERN
  56. HKR,,NTMPDriver,,swenum.sys
  57. HKR,,NoUseClass,,1
  58.  
  59. [SWENUM.HW.AddReg]
  60. HKR,,ConfigFlags,1,00,40,00,00
  61.  
  62. [SWENUM.NT.Services]
  63. AddService=swenum, 0x00000002, SWENUM.ServiceInstall
  64.  
  65. [SWENUM.ServiceInstall]
  66. DisplayName=%SWENUM.DeviceDesc%
  67. ServiceType=%SERVICE_KERNEL_DRIVER%
  68. StartType=%SERVICE_DEMAND_START%
  69. ErrorControl=%SERVICE_ERROR_NORMAL%
  70. ServiceBinary=%10%\system32\drivers\SWENUM.sys
  71. LoadOrderGroup=ExtendedBase
  72.  
  73. [Strings]
  74. ; non-localizable
  75. Msft="Microsoft"
  76.  
  77. SERVICE_KERNEL_DRIVER=1
  78. SERVICE_DEMAND_START=3
  79. SERVICE_ERROR_NORMAL=1
  80.  
  81. REG_SZ=0x00000000
  82. REG_MULTI_SZ=0x00010000
  83. REG_EXPAND_SZ=0x00020000
  84. REG_BINARY=0x00000001
  85. REG_DWORD=0x00010001
  86.  
  87. ; localizeable
  88. SWENUM.DeviceDesc="Plug and Play Software Device Enumerator"
  89.  
  90.  
  91.