home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / swenum.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-21  |  1.6 KB  |  85 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.NT]
  43. CopyFiles=SWENUM.CopyFiles
  44.  
  45. [SWENUM.CopyDlls]
  46. streamci.dll
  47.  
  48. [SWENUM.CopyFiles]
  49. swenum.sys
  50.  
  51. [SWENUM.AddReg]
  52. HKR,,DevLoader,,*NTKERN
  53. HKR,,NTMPDriver,,swenum.sys
  54. HKR,,NoUseClass,,1
  55.  
  56. [SWENUM.NT.Services]
  57. AddService=swenum, 0x00000002, SWENUM.ServiceInstall
  58.  
  59. [SWENUM.ServiceInstall]
  60. DisplayName=%SWENUM.DeviceDesc%
  61. ServiceType=%SERVICE_KERNEL_DRIVER%
  62. StartType=%SERVICE_DEMAND_START%
  63. ErrorControl=%SERVICE_ERROR_NORMAL%
  64. ServiceBinary=%10%\system32\drivers\SWENUM.sys
  65. LoadOrderGroup=ExtendedBase
  66.  
  67. [Strings]
  68. ; non-localizable
  69. Msft="Microsoft"
  70.  
  71. SERVICE_KERNEL_DRIVER=1
  72. SERVICE_DEMAND_START=3
  73. SERVICE_ERROR_NORMAL=1
  74.  
  75. REG_SZ=0x00000000
  76. REG_MULTI_SZ=0x00010000
  77. REG_EXPAND_SZ=0x00020000
  78. REG_BINARY=0x00000001
  79. REG_DWORD=0x00010001
  80.  
  81. ; localizeable
  82. SWENUM.DeviceDesc="Plug and Play Software Device Enumerator"
  83.  
  84.  
  85.