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

  1. ; gticard.inf
  2. ; Texas Instruments UltraMedia GemCore based smartcard interface installation
  3. ; Copyright (c) 2002 Gemplus
  4. ; INSTALL_TYPE = PCMCIA
  5.  
  6. [Version]
  7. Signature="$Windows NT$"
  8. Class=SmartCardReader
  9. ClassGuid={50DD5230-BA8A-11D1-BF5D-0000F805F530}
  10. Provider="Gemplus"
  11. CatalogFile=gticard.cat
  12. DriverVer=02/06/2003,1.0.8.8
  13.  
  14. [SourceDisksNames]
  15. 1=%Disk%,,,
  16.  
  17. [SourceDisksFiles]
  18. gticard.sys=1
  19.  
  20. [DestinationDirs]
  21. DefaultDestDir = 11
  22. GTICARD.Install.CopyFiles = 12
  23.  
  24. [ControlFlags]
  25. ; Prevent legacy install for PnP readers
  26. ExcludeFromSelect=*
  27.  
  28.  
  29. [Manufacturer]
  30. %TI%=TI
  31.  
  32. [TI]
  33. ; DisplayName           Section           DeviceId
  34. ; -----------           -------           --------
  35. %GTICARD.DeviceDesc% =   GTICARD.Install,   PCMCIA\TEXAS_Instruments-UltraMedia_Smart_Card_Adapter-8465
  36. %GTICARD.DeviceDesc% =   GTICARD.Install,   PCMCIA\TEXAS_Instruments-UltraMedia_Smart_Card_Adapter
  37.  
  38. ;------------------------------------------------------------------------------
  39.  
  40. [GTICARD.Install.NT]
  41. AddReg          = GTICARD.Install.AddReg
  42. CopyFiles    = GTICARD.Install.CopyFiles
  43.  
  44. [GTICARD.Install.CopyFiles]
  45. gticard.sys,,,2
  46.  
  47. [GTICARD.Install.NT.Services]
  48. AddService = GTICARD, 2, GTICARD.Service, GTICARD.EventLog
  49.  
  50. [GTICARD.Service]
  51. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  52. StartType       = 3 ;%SERVICE_AUTO_START%
  53. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  54. ServiceBinary   = %12%\gticard.sys
  55.  
  56. [GTICARD.EventLog]
  57. AddReg = GTICARD.AddEventLog.reg
  58.  
  59. [GTICARD.AddEventLog.reg]
  60. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\drivers\gticard.sys"
  61. HKR,, TypesSupported,   0x00010001, 7
  62.  
  63.  
  64. [GTICARD.Install.AddReg]
  65. HKLM,"SOFTWARE\Gemplus\PCSC_Drivers\UltraMedia"
  66. HKLM,System\CurrentControlSet\Services\SCardSvr,Start,0x00010001,2
  67. ; Required on Win2000
  68. HKLM, Software\Microsoft\Cryptography\Calais\Readers,,,
  69. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,DLLName,0,wlnotify.dll
  70. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,Logon,0,SCardStartCertProp
  71. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,Logoff,0,SCardStopCertProp
  72. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,Lock,0,SCardSuspendCertProp
  73. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,Unlock,0,SCardResumeCertProp
  74. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,Enabled,0x00010001,1
  75. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,Impersonate,0x00010001,1
  76. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,Asynchronous,0x00010001,1
  77.  
  78.  
  79. ; ================= Strings =====================
  80. [Strings]
  81. GEMPLUS            = "Gemplus"
  82. TI            = "Texas Instruments" 
  83. GTICARD.DeviceDesc = "Texas Instruments UltraMedia GemCore based smartcard interface"
  84. ClassName          = "Smart card readers"
  85. Disk           = "Texas Instruments GemCore IFD Handler installation disk"
  86.