home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 March / VPR0003B.ISO / drvlibj / pnpisa / x86 / pnpisa.inf next >
Windows Setup INFormation  |  1999-10-14  |  994b  |  38 lines

  1. [version]
  2. signature = "$Windows NT$"
  3.  
  4. [DestinationDirs]
  5. DefaultDestDir = 12
  6.  
  7. [DefaultInstall.NT]
  8. CopyFiles = @pnpisa.sys
  9. Reboot
  10.  
  11. [DefaultInstall.NT.Services]
  12. AddService = pnpisa, %SPSVCINST_TAGTOFRONT%, pnpisa_Service_Inst, pnpisa_EventLog_Inst
  13.  
  14. [pnpisa_Service_Inst]
  15. DisplayName    = %pnpisa.SvcDesc%
  16. ServiceType    = %SERVICE_KERNEL_DRIVER%
  17. StartType      = %SERVICE_SYSTEM_START%
  18. ErrorControl   = %SERVICE_ERROR_IGNORE%
  19. ServiceBinary  = %12%\pnpisa.sys
  20. LoadOrderGroup = Base
  21.  
  22. [pnpisa_EventLog_Inst]
  23. AddReg = pnpisa_EventLog_AddReg
  24.  
  25. [pnpisa_EventLog_AddReg]
  26. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\pnpisa.sys"
  27. HKR,,TypesSupported,%REG_DWORD%,7
  28.  
  29. [strings]
  30. pnpisa.SvcDesc        = "PnP ISA 有効化ドライバ"
  31. SPSVCINST_TAGTOFRONT  = 0x00000001
  32. SERVICE_KERNEL_DRIVER = 1
  33. SERVICE_SYSTEM_START  = 1
  34. SERVICE_ERROR_IGNORE  = 0
  35. REG_EXPAND_SZ         = 0x00020000
  36. REG_DWORD             = 0x00010001
  37.  
  38.