home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / A0802 / hotkey.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-03-31  |  3.1 KB  |  113 lines

  1. ; HOTKEY.INF -- This file contains descriptions for Panasonic Hotkey.SYS driver
  2. ;             based on SCSI.INF file
  3. ;
  4. ; (c) Copyright 1999, Matsushita Electric Industrial Co.,Ltd.
  5. ;
  6. [version]
  7. signature="$Windows NT$"
  8. Class=System
  9. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  10. CatalogFile=hotkey.cat
  11. Provider=%PRODUCT_COMPANY%
  12. DriverVer=08/03/2001, 5.0.6.0
  13.  
  14. [Manufacturer]
  15. %PRODUCT_COMPANY%=HOTKEYDEVICES
  16.  
  17. [HOTKEYDEVICES]
  18. %PRODUCT_DESC% = HOTKEY_Install, *MAT0012, *MAT0011
  19.  
  20. [HOTKEY_Install]
  21. CopyFiles=HOTKEY.copy.files,HOTKEY.copy.files3
  22. AddReg=Hotkey.AddReg
  23. Reboot=1
  24.  
  25. [Hotkey.AddReg]
  26. HKR,,NTMPDriver,,hotkey.sys
  27. HKR,,DevLoader,,*ntkern
  28. HKLM,Software\Microsoft\Windows\CurrentVersion\Run,Hotkey,,"%11%\hkeyman.exe"
  29. HKLM,Software\Microsoft\Windows\CurrentVersion\RunServices,Hotkey,,"%11%\hkeyman.exe"
  30.  
  31. [HOTKEY_Install.Services]
  32. AddService=HOTKEY, 0x00000002, HOTKEY_Service_Inst
  33.  
  34. [HOTKEY_Service_Inst]
  35. DisplayName    = %PRODUCT_SYSDISPNAME%
  36. ServiceType    = 1 ; SERVICE_KERNEL_DRIVER
  37. StartType      = 2 ; SERVICE_AUTO_START
  38. ErrorControl   = 1 ; SERVICE_ERROR_NORMAL
  39. ServiceBinary  = %11%\HOTKEY.SYS
  40. LoadOrderGroup = Base
  41.  
  42. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  43. ;
  44. ; Disk lay out information, used by the CopyFiles lists
  45. ;
  46. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  47. ;
  48. ; This is the source disk identifiers the number at the
  49. ; beginning maps to the SourceDisksFiles first parameter
  50.  
  51. [SourceDisksNames]
  52. 1="%PRODUCT_DESC% %SOURCEDISK_DESC%",,,
  53.  
  54. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  55. ;
  56. ; SourceDisksFiles -
  57. ; this must have ALL file names in any copyfiles section
  58. ; so that the default copyfile error callback dialog (browse,skip)
  59. ; can use the SourceDisksNames strings above to help find the file
  60. ; -- this infomation can also be put in a layout.inf
  61. ;
  62. ; filename_on_source = diskid,subdir,size,checksum,spare,spare
  63. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  64.  
  65. [SourceDisksFiles]
  66. HOTKEY.SYS = 1,,,,,
  67. HOTKEY.INF = 1,,,,,
  68. HKEYMAN.EXE = 1,,,,,
  69.  
  70. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  71. ;
  72. ; Targetdirectories predefined for [DestinationDirs] section
  73. ;   parameter number one  
  74. ;     00 = null, use only the second parameter for a path
  75. ;     11 = windows system directory
  76. ;     12 = windows drivers directory
  77. ;     ...
  78. ;
  79.  
  80. [DestinationDirs]
  81. ;
  82. ; a default if a particular copyfiles section
  83. ;
  84. ; DefaultDestDir=LDID[,subdir]  ; not used in this sample
  85.  
  86. ;
  87. ; Copy directory
  88. ;
  89. HOTKEY.copy.files=11     ; System
  90. HOTKEY.copy.files3=11     ; exe
  91.  
  92. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  93. ;
  94. ; CopyFiles lists
  95. ;
  96. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  97. [HOTKEY.copy.files]
  98. HOTKEY.SYS,,,
  99. [HOTKEY.copy.files3]
  100. HKEYMAN.EXE,,,
  101.  
  102. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  103. ;
  104. ; Strings replace variable in percents above
  105. ;
  106. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  107. [Strings]
  108. PRODUCT_COMPANY     = "Panasonic"
  109. PRODUCT_DESC        = "Hotkey Driver for Panasonic Notebook"
  110. PRODUCT_SYSDISPNAME = "Panasonic Hotkey Driver"
  111. SOURCEDISK_DESC     = "Source Disk #1"
  112.