Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.83 KB | None | 0 0
  1. ; ESA1.INF -- Windows Still Image Setup File for Windows
  2. ; Copyright (c) 2009 Seiko Epson Corporation
  3. ; Manufacturer: Seiko Epson Corporation
  4.  
  5. ;--------------------------------------------------------------------------------
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Class=Image
  10. ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
  11. Provider=%Mfg%
  12. CatalogFile.nt=esa1.cat
  13. DriverVer=07/12/2012,3.9.2.0
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect=*
  17.  
  18. [DestinationDirs]
  19. DefaultDestDir=11 ; LDID_SYS
  20. DS.Files=10,TWAIN_32\ESCNDV
  21. TBL.Files=10,TWAIN_32\ESCNDV\ESSYS ; LDID_WIN\TWAIN_32\ESCNDV\ESSYS
  22. DRV.Files=10,TWAIN_32\ESCNDV\ES00A1
  23. EPSON.Color.Files=23 ; LDID_SYS\COLOR
  24. ESA1.Color.Files=23 ; LDID_SYS\COLOR
  25. ESA1INTP.x64.Files=10,SysWOW64 ; LDID_WIN\SysWOW64
  26.  
  27. ;--------------------------------------------------------------------------------
  28.  
  29. [Strings]
  30. Mfg = "EPSON"
  31. ESA1.DeviceDesc = "EPSON Perfection V600"
  32. DSName = "EPSON Perfection V600"
  33. StartButton = "Start Button"
  34. CopyButton = "Copy Button"
  35. MailButton = "Scan to E-mail Button"
  36. SaveButton = "Scan to PDF Button"
  37. RegSection = "SOFTWARE\EPSON\EPSON Scan\ES00A1"
  38. RegSection.x64 = "SOFTWARE\WoW6432Node\EPSON\EPSON Scan\ES00A1"
  39. DiskName = "EPSON Scanners Driver Disk"
  40. ICCName = "PERV600R.ICC,PERV600F.ICC"
  41.  
  42. ;--------------------------------------------------------------------------------
  43.  
  44. [Manufacturer]
  45. %Mfg%=Models,NTx86.5.1,NTx86.6.0,NTamd64.5.2,NTamd64.6.0
  46.  
  47. [Models.NTx86.5.1]
  48. %ESA1.DeviceDesc% = USB.ESA1XP,USB\VID_04B8&PID_013A
  49.  
  50. [Models.NTx86.6.0]
  51. %ESA1.DeviceDesc% = USB.ESA1NT6,USB\VID_04B8&PID_013A
  52.  
  53. [Models.NTamd64.5.2]
  54. %ESA1.DeviceDesc% = USB.ESA1XP.x64,USB\VID_04B8&PID_013A
  55.  
  56. [Models.NTamd64.6.0]
  57. %ESA1.DeviceDesc% = USB.ESA1NT6.x64,USB\VID_04B8&PID_013A
  58.  
  59. ;--------------------------------------------------------------------------------
  60.  
  61. [USB.ESA1XP]
  62. Include=sti.inf
  63. Needs=STI.USBSection
  64. SubClass=StillImage
  65. DeviceType=1
  66. DeviceSubType=0x11
  67. Capabilities=0x13
  68. Events=ESA1WIA.Events
  69. DeviceData=ESA1WIA1.DeviceData
  70. AddReg=ESWIAA1.AddReg,USB.IF.AddReg,ESA1.AddReg
  71. CopyFiles=ESWIAA1.USD.Files,DS.Files,DRV.Files,TBL.Files,EPSON.Color.Files,ESA1.Color.Files
  72. ICMProfiles=%ICCName%
  73.  
  74. [USB.ESA1XP.Services]
  75. Include=sti.inf
  76. Needs=STI.USBSection.Services
  77.  
  78. [ESA1WIA1.DeviceData]
  79. TwainDS=%DSName%
  80. Model=%ESA1.DeviceDesc%
  81. ExtCmdModule="esinta1.dll"
  82. NumButtons=4,1
  83. HOptRes=6400,1
  84. VOptRes=9600,1
  85. ModelCode="ES00A1"
  86. ;--------------------------------------------------------------------------------
  87.  
  88. [USB.ESA1NT6]
  89. Include=sti.inf
  90. Needs=STI.USBSection
  91. SubClass=StillImage
  92. DeviceType=1
  93. DeviceSubType=0x11
  94. Capabilities=0x13
  95. Events=ESA1WIA.Events
  96. DeviceData=ESA1WIA2.DeviceData
  97. AddReg=ESWIA2A1.AddReg,USB.IF.AddReg,ESA1.AddReg
  98. CopyFiles=ESWIA2A1.USD.Files,DS.Files,DRV.Files,TBL.Files,EPSON.Color.Files,ESA1.Color.Files
  99. ICMProfiles=%ICCName%
  100.  
  101. [USB.ESA1NT6.Services]
  102. Include=sti.inf
  103. Needs=STI.USBSection.Services
  104.  
  105. [ESA1WIA2.DeviceData]
  106. TwainDS=%DSName%
  107. Model=%ESA1.DeviceDesc%
  108. ExtCmdModule="esinta1.dll"
  109. NumButtons=4,1
  110. HOptRes=6400,1
  111. VOptRes=9600,1
  112. ModelCode="ES00A1"
  113.  
  114. ;--------------------------------------------------------------------------------
  115.  
  116. [USB.ESA1XP.x64]
  117. Include=sti.inf
  118. Needs=STI.USBSection
  119. SubClass=StillImage
  120. DeviceType=1
  121. DeviceSubType=0x11
  122. Capabilities=0x13
  123. Events=ESA1WIA.Events
  124. DeviceData=ESA1WIA1.x64.DeviceData
  125. AddReg=ESWIAA1.x64.AddReg,USB.IF.AddReg,ESA1.x64.AddReg
  126. CopyFiles=ESWIAA1.x64.USD.Files,ESA1INTP.x64.Files,DS.Files,DRV.Files,TBL.Files,EPSON.Color.Files,ESA1.Color.Files
  127. ICMProfiles=%ICCName%
  128.  
  129. [USB.ESA1XP.x64.Services]
  130. Include=sti.inf
  131. Needs=STI.USBSection.Services
  132.  
  133. [ESA1WIA1.x64.DeviceData]
  134. TwainDS=%DSName%
  135. Model=%ESA1.DeviceDesc%
  136. ExtCmdModule="esxuina1.dll"
  137. NumButtons=4,1
  138. HOptRes=6400,1
  139. VOptRes=9600,1
  140. ModelCode="ES00A1"
  141. ;--------------------------------------------------------------------------------
  142.  
  143. [USB.ESA1NT6.x64]
  144. Include=sti.inf
  145. Needs=STI.USBSection
  146. SubClass=StillImage
  147. DeviceType=1
  148. DeviceSubType=0x11
  149. Capabilities=0x13
  150. Events=ESA1WIA.Events
  151. DeviceData=ESA1WIA2.x64.DeviceData
  152. AddReg=ESWIA2A1.x64.AddReg,USB.IF.AddReg,ESA1.x64.AddReg
  153. CopyFiles=ESWIA2A1.x64.USD.Files,ESA1INTP.x64.Files,DS.Files,DRV.Files,TBL.Files,EPSON.Color.Files,ESA1.Color.Files
  154. ICMProfiles=%ICCName%
  155.  
  156. [USB.ESA1NT6.x64.Services]
  157. Include=sti.inf
  158. Needs=STI.USBSection.Services
  159.  
  160. [ESA1WIA2.x64.DeviceData]
  161. TwainDS=%DSName%
  162. Model=%ESA1.DeviceDesc%
  163. ExtCmdModule="esxuina1.dll"
  164. NumButtons=4,1
  165. HOptRes=6400,1
  166. VOptRes=9600,1
  167. ModelCode="ES00A1"
  168.  
  169. [ESA1WIA.Events]
  170. Button0=%StartButton%,{A6C5A715-8C6E-11D2-977A-0000F87A926F},*
  171. Button1=%CopyButton%,{FC4767C1-C8B3-48A2-9CFA-2E90CB3D3590},*
  172. Button2=%MailButton%,{154E27BE-B617-4653-ACC5-0FD7BD4C65CE},*
  173. Button3=%SaveButton%,{A65B704A-7F3C-4447-A75D-8A26DFCA1FDF},*
  174.  
  175. ;--------------------------------------------------------------------------------
  176.  
  177. [ESWIAA1.AddReg]
  178. HKR,,DevLoader,,*NTKERN
  179. HKR,,USDClass,,"{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5}"
  180. HKCR,CLSID\{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5},,,"EPSON USD"
  181. HKCR,CLSID\{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5}\InProcServer32,,,%11%\eswiaa1.dll
  182. HKCR,CLSID\{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5}\InProcServer32,ThreadingModel,,"Both"
  183.  
  184. [ESWIA2A1.AddReg]
  185. HKR,,DevLoader,,*NTKERN
  186. HKR,,USDClass,,"{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5}"
  187. HKCR,CLSID\{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5},,,"EPSON USD"
  188. HKCR,CLSID\{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5}\InProcServer32,,,%11%\esw2_a1.dll
  189. HKCR,CLSID\{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5}\InProcServer32,ThreadingModel,,"Both"
  190.  
  191. [ESWIAA1.x64.AddReg]
  192. HKR,,DevLoader,,*NTKERN
  193. HKR,,USDClass,,"{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5}"
  194. HKCR,CLSID\{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5},,,"EPSON USD"
  195. HKCR,CLSID\{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5}\InProcServer32,,,%11%\esxwiaa1.dll
  196. HKCR,CLSID\{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5}\InProcServer32,ThreadingModel,,"Both"
  197.  
  198. [ESWIA2A1.x64.AddReg]
  199. HKR,,DevLoader,,*NTKERN
  200. HKR,,USDClass,,"{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5}"
  201. HKCR,CLSID\{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5},,,"EPSON USD"
  202. HKCR,CLSID\{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5}\InProcServer32,,,%11%\esxw2_a1.dll
  203. HKCR,CLSID\{2CCB171B-AC6A-4260-9ABE-D393B29EC3B5}\InProcServer32,ThreadingModel,,"Both"
  204.  
  205. [USB.IF.AddReg]
  206. HKR,,HardwareConfig,1,4
  207.  
  208. [ESA1.AddReg] ; Model dependent
  209. HKLM,%RegSection%,"Version",0x00010001 ,0x00010000
  210. HKLM,%RegSection%,"Hardware File",,"ES00A1.HRD"
  211. HKLM,%RegSection%,"Supported",,"EPSON GT-X820,EPSON Perfection V600"
  212.  
  213. [ESA1.x64.AddReg] ; Model dependent
  214. HKLM,%RegSection.x64%,"Version",0x00010001 ,0x00010000
  215. HKLM,%RegSection.x64%,"Hardware File",,"ES00A1.HRD"
  216. HKLM,%RegSection.x64%,"Supported",,"EPSON GT-X820,EPSON Perfection V600"
  217.  
  218. ;--------------------------------------------------------------------------------
  219.  
  220. [ESWIAA1.USD.Files]
  221. eswiaa1.dll,,,32
  222. esinta1.dll,,,32
  223. esfwa1.bin,,,32
  224.  
  225. [ESWIA2A1.USD.Files]
  226. esw2_a1.dll,,,32
  227. esinta1.dll,,,32
  228. esfwa1.bin,,,32
  229.  
  230. [ESWIAA1.x64.USD.Files]
  231. esxwiaa1.dll,,,32
  232. esxuina1.dll,,,32
  233. esfwa1.bin,,,32
  234.  
  235. [ESWIA2A1.x64.USD.Files]
  236. esxw2_a1.dll,,,32
  237. esxuina1.dll,,,32
  238. esfwa1.bin,,,32
  239.  
  240. [ESA1INTP.x64.Files]
  241. esinta1.dll,,,32
  242.  
  243. [DS.Files]
  244. perv600.ds,,,32
  245.  
  246. [DRV.Files]
  247. es00a1.hrd,,,32
  248. es00a1.dti,,,32
  249. esicm.dll,,,32
  250. esdevif.dll,,,32
  251. esdevcl.dll,,,32
  252. esscncl.dll,,,32
  253. esui.dll,,,32
  254. esutwb.dll,,,32
  255. esdscl.dll,,,32
  256. estwpmg.dll,,,32
  257. esfit.dll,,,32
  258. esimgctl.dll,,,32
  259. estwm.exe,,,32
  260. esimfl.dll,,,32
  261. esres.dll,,,32
  262. esdtr.dll,,,32
  263. esdtr2.dll,,,32
  264. version.dat,,,32
  265. esimgdet.dll,,,32
  266. esddc.dll,,,32
  267. esddc.prm,,,32
  268. escires.dll,,,32
  269. esdde.dll,,,32
  270. esdde.prm,,,32
  271. escndv.chm,,,32
  272. esdicea1.dll,,,32
  273. esicelut.dll,,,32
  274. esicemsk.dll,,,32
  275. esfca1.dll,,,32
  276.  
  277. [TBL.Files]
  278. es00a1.idx,,,32
  279.  
  280. [EPSON.Color.Files]
  281. ewsrgb.icm,,,32
  282. ewrgb18.icm,,,32
  283. ewgray22.icm,,,32
  284. ewgray18.icm,,,32
  285.  
  286. [ESA1.Color.Files]
  287. perv600r.icc,,,32
  288. perv600f.icc,,,32
  289.  
  290. ;--------------------------------------------------------------------------------
  291.  
  292. [SourceDisksNames]
  293. 2000=%DiskName%,EsCore.cab,,
  294. 2001=%DiskName%,ModUsd.cab,,
  295. 2003=%DiskName%,ResLang.cab,,
  296. 2004=%DiskName%,ModExt.cab,,
  297. 2161=%DiskName%,perv600.cab,,
  298.  
  299. [SourceDisksFiles]
  300. esicm.dll=2000
  301. esfit.dll=2000
  302. esimfl.dll=2000
  303. esdevif.dll=2000
  304. esdevcl.dll=2000
  305. esscncl.dll=2000
  306. esui.dll=2000
  307. esutwb.dll=2000
  308. esdscl.dll=2000
  309. estwpmg.dll=2000
  310. esimgctl.dll=2000
  311. estwm.exe=2000
  312. version.dat=2000
  313. esimgdet.dll=2000
  314. esddc.dll=2000
  315. esddc.prm=2000
  316. escires.dll=2000
  317. ewsrgb.icm=2000
  318. ewrgb18.icm=2000
  319. ewgray22.icm=2000
  320. ewgray18.icm=2000
  321. esdde.dll=2000
  322. esdde.prm=2000
  323.  
  324. esstia1.dll=2001
  325. eswiaa1.dll=2001
  326. esxwiaa1.dll=2001
  327. esinta1.dll=2001
  328. esxuina1.dll=2001
  329. esfwa1.bin=2001
  330. esw2_a1.dll=2001
  331. esxw2_a1.dll=2001
  332.  
  333. esres.dll=2003
  334. escndv.chm=2003
  335.  
  336. esdtr.dll=2004
  337. esdtr2.dll=2004
  338. esdicea1.dll=2004
  339. esfca1.dll=2004
  340. esicelut.dll=2004
  341. esicemsk.dll=2004
  342.  
  343. es00a1.idx=2161
  344. es00a1.hrd=2161
  345. es00a1.dti=2161
  346. perv600.ds=2161
  347. perv600r.icc=2161
  348. perv600f.icc=2161
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement