home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 September / Gamestar_65_2004-09_dvd.iso / Programy / BlindWrite5_setup.exe / PcSetup.exe / 0 / DRV / INF_INT < prev    next >
Windows Setup INFormation  |  2004-06-25  |  2KB  |  69 lines

  1. ;--------- Version Section ---------------------------------------------------
  2.  
  3. [Version]
  4. Signature="$Windows 95$"
  5. Class=VSO Devices
  6. ClassGUID={ff646f80-8def-11d2-9449-00105a075f6b}
  7. Provider=%ProviderName%
  8.  
  9.  
  10. ;--------- SourceDiskNames and SourceDiskFiles Section -----------------------
  11.  
  12. [SourceDisksNames]
  13. 1 = "Patin-couffin installation disk",Disk1,,
  14.  
  15. [SourceDisksFiles]
  16. pcouffin64i.sys = 1,,
  17.  
  18. ;--------- ClassInstall/ClassInstall32 Section -------------------------------
  19. [ClassInstall32]
  20. Addreg=Class_AddReg
  21.  
  22. [Class_AddReg]
  23. HKR,,,,%DeviceClassName%
  24. HKR,,Icon,,"0"    ; Computer icon
  25.  
  26. ;--------- DestinationDirs Section -------------------------------------------
  27.  
  28. [DestinationDirs]
  29. Pcouffin64_Files_Driver = 10,System32\Drivers
  30.  
  31. ;--------- Manufacturer and Models Sections ----------------------------------
  32.  
  33. [Manufacturer]
  34. %MfgName%=Mfg0
  35.  
  36. [Mfg0]
  37. %DeviceDesc%=Pcouffin64_DDI, *pcouffin64
  38.  
  39. ;---------- DDInstall Sections -----------------------------------------------
  40. [Pcouffin64_DDI.NT]
  41. CopyFiles=Pcouffin64_Files_Driver
  42. AddReg=Pcouffin64_NT_AddReg
  43.  
  44. [Pcouffin64_DDI.NT.Services]
  45. Addservice = Pcouffin64, 0x00000002, Pcouffin64_AddService
  46.  
  47. [Pcouffin64_AddService]
  48. DisplayName    = %SvcDesc%
  49. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  50. StartType      = 3                  ; SERVICE_DEMAND_START
  51. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  52. ServiceBinary  = %10%\System32\Drivers\pcouffin64i.sys
  53.  
  54. [Pcouffin64_NT_AddReg]
  55.  
  56. ; --------- Files (common) -------------
  57.  
  58. [Pcouffin64_Files_Driver]
  59. pcouffin64i.sys
  60.  
  61. ;--------- Strings Section ---------------------------------------------------
  62.  
  63. [Strings]
  64. ProviderName="VSO Software"
  65. MfgName="VSO Software"
  66. DeviceDesc="Patin Couffin engine for 64 bits systems (Intel)"
  67. DeviceClassName="VSO devices"
  68. SvcDesc="Low level access layer for CD devices"
  69.