home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / WIN98 / PRECOPY3.CAB / swenum.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-06-19  |  1.8 KB  |  92 lines

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