home *** CD-ROM | disk | FTP | other *** search
/ ftp.comtrol.com / 2014.07.ftp.comtrol.com.tar / ftp.comtrol.com / beta / io_link_master / portvision_dx / portvision_dx_2.02.msi / disk1.cab / PVDrv.inf < prev    next >
Windows Setup INFormation  |  2009-05-14  |  4KB  |  150 lines

  1. ;-------------------------------------------------------------------------
  2. ; PVDrv.INF -- PortVision Plus NDIS Protocol Driver
  3. ;
  4. ; Copyright (c) 2003 - 2009, Comtrol Corporation
  5. ;-------------------------------------------------------------------------
  6.  
  7. [version]
  8. Signature   = "$Windows NT$"
  9. Class       = NetTrans
  10. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  11. Provider    = %CMTL%
  12. DriverVer   = 03/23/2009,3.00
  13. CatalogFile = pvpluspd.cat
  14.  
  15. [Manufacturer]
  16. %CMTL%=CMTL,NTia64,NTamd64
  17.  
  18. [CMTL]
  19. %PVPROTO_Desc%=Install, MS_PVDRV
  20.  
  21. [CMTL.NTia64]
  22. %PVPROTO_Desc%=Install, MS_PVDRV
  23.  
  24. [CMTL.NTamd64]
  25. %PVPROTO_Desc%=Install, MS_PVDRV
  26.  
  27. ;-------------------------------------------------------------------------
  28. ; Installation Section
  29. ;-------------------------------------------------------------------------
  30. [Install]
  31. AddReg=Inst_Ndi
  32. Characteristics=0x0 ; 
  33. CopyFiles=CpyFiles_Sys
  34.  
  35. [Install.NTia64]
  36. AddReg=Inst_Ndi
  37. Characteristics=0x0 ; 
  38. CopyFiles=CpyFiles_Sys_IA64
  39.  
  40. [Install.NTamd64]
  41. AddReg=Inst_Ndi
  42. Characteristics=0x0 ; 
  43. CopyFiles=CpyFiles_Sys_X64
  44.  
  45. ;-------------------------------------------------------------------------
  46. ; Ndi installation support
  47. ;-------------------------------------------------------------------------
  48. [Inst_Ndi]
  49. HKR,Ndi,Service,,"PVDrv"
  50. HKR,Ndi,HelpText,,%PVPROTO_HelpText%
  51. HKR,Ndi\Interfaces, UpperRange,, noupper
  52. HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4,ndis5_prot"
  53.  
  54. ;-------------------------------------------------------------------------
  55. ; Service installation support
  56. ;-------------------------------------------------------------------------
  57. [Install.Services]
  58. AddService=PVDrv,,PVPROTO_Service_Inst
  59.  
  60. [Install.NTia64.Services]
  61. AddService=PVDrv,,PVPROTO_Service_Inst_IA64
  62.  
  63. [Install.NTamd64.Services]
  64. AddService=PVDrv,,PVPROTO_Service_Inst_X64
  65.  
  66. [PVPROTO_Service_Inst]
  67. DisplayName     = %PVPROTO_Desc%
  68. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  69. StartType       = 3 ;SERVICE_DEMAND_START
  70. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  71. ServiceBinary   = %12%\PVDrv.sys
  72. LoadOrderGroup  = NDIS
  73. Description     = %PVPROTO_Desc%
  74.  
  75. [PVPROTO_Service_Inst_IA64]
  76. DisplayName     = %PVPROTO_Desc%
  77. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  78. StartType       = 3 ;SERVICE_DEMAND_START
  79. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  80. ServiceBinary   = %12%\PVDrvIA64.sys
  81. LoadOrderGroup  = NDIS
  82. Description     = %PVPROTO_Desc%
  83.  
  84. [PVPROTO_Service_Inst_X64]
  85. DisplayName     = %PVPROTO_Desc%
  86. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  87. StartType       = 3 ;SERVICE_DEMAND_START
  88. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  89. ServiceBinary   = %12%\PVDrvX64.sys
  90. LoadOrderGroup  = NDIS
  91. Description     = %PVPROTO_Desc%
  92.  
  93. [Install.Remove.Services]
  94. DelService=PVDrv,0x200
  95.  
  96. [Install.NTia64.Remove.Services]
  97. DelService=PVDrv,0x200
  98.  
  99. [Install.NTamd64.Remove.Services]
  100. DelService=PVDrv,0x200
  101.  
  102. ;-------------------------------------------------------------------------
  103. ; Declare Destination Directories for file copy/deletion
  104. ;-------------------------------------------------------------------------
  105. [SourceDisksNames]
  106. 1=%DiskDescription%,"",,
  107.  
  108. [SourceDisksFiles]
  109. PVDrv.sys=1
  110.  
  111. [SourceDisksFiles.NTia64]
  112. PVDrvIA64.sys=1
  113.  
  114. [SourceDisksFiles.NTamd64]
  115. PVDrvX64.sys=1
  116.  
  117.  
  118. [DestinationDirs]
  119. CpyFiles_Sys      = 12    ; DIRID_DRIVERS
  120. CpyFiles_Sys_IA64 = 12    ; DIRID_DRIVERS
  121. CpyFiles_Sys_X64  = 12    ; DIRID_DRIVERS
  122.  
  123.  
  124. ;-------------------------------------------------------------------------
  125. ; Files to Copy/Delete - Referenced by Install and Remove sections above
  126. ;-------------------------------------------------------------------------
  127. [CpyFiles_Sys]
  128. PVDrv.sys,,,2
  129.  
  130. [CpyFiles_Sys_IA64]
  131. PVDrvIA64.sys,,,2
  132.  
  133. [CpyFiles_Sys_X64]
  134. PVDrvX64.sys,,,2
  135.  
  136. ;-------------------------------------------------------------------------
  137. ; Strings used in sections above
  138. ;-------------------------------------------------------------------------
  139. [Strings]
  140. CMTL = "Comtrol"
  141. DiskDescription = "Comtrol PortVision Plus Protocol Driver"
  142. PVPROTO_Desc = "PortVision Plus Protocol Driver"
  143. PVPROTO_HelpText = "A Protocol Driver to Support PortVision Plus"
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.