Summary of ".\TSC1121F.inf"

Total Warnings:

    

5



Warnings:

  • Line 37: (W22.1.2034) No destination dir was defined for this section. Your driver is being copied to the DefaultDestDir location specified (10,System32\Drivers).
  • Line 58: (W22.1.2208) NT-specific section(s) found. Ignoring general section.
  • Line 58: (W22.1.2083) Section [DRIVERINSTALL] not referenced
  • Line 62: (W22.1.2083) Section [DRIVERADDREG] not referenced
  • Line 66: (W22.1.2083) Section [DRIVERINSTALL.HW] not referenced

    Annotated INF:

    
    ; TDK Semiconductor Corporation
    ; Copyright (c) 2002 TDK Semiconductor Corporation (All rights reserved)
    [Version]
    catalogfile = TSC1121F.cat
    Signature=$CHICAGO$
    Class=SmartCardReader
    ClassGuid={50dd5230-ba8a-11d1-bf5d-0000f805f530}
    Provider=%MFGNAME%
    DriverVer = 09/13/2004,1.0.0.4
    
    [Manufacturer]
    %MFGNAME%=DeviceList
    
    [DestinationDirs]
    DefaultDestDir=10,System32\Drivers
    
    [SourceDisksFiles]
    TSC1121F.sys=1
    
    [SourceDisksNames]
    1=%INSTDISK%,,,;A:
    
    [DeviceList]
    %DESCRIPTION%=DriverInstall,USB\VID_04BF&PID_0202
    
    [ControlFlags]
    ExcludeFromSelect = *
    
    ;------------------------------------------------------------------------------
    ;  Windows 2000 Sections
    ;------------------------------------------------------------------------------
    
    [DriverInstall.NT]
    CopyFiles=DriverCopyFiles
    
    [DriverCopyFiles]
    TSC1121F.sys,,,2
    ; (W22.1.2034) No destination dir was defined for this section. Your driver is being copied to the DefaultDestDir location specified (10,System32\Drivers). 
    
    [DriverInstall.NT.Services]
    AddService=TSC1121F,2,DriverService
    
    [DriverService]
    ServiceType=1
    StartType=3
    ErrorControl=1
    ServiceBinary=%10%\system32\drivers\TSC1121F.sys
    
    [DriverInstall.nt.hw]
    AddReg=DriverHwAddReg
    
    [DriverHwAddReg]
    HKR,,FriendlyName,,%FRIENDLYNAME%
    
    ;------------------------------------------------------------------------------
    ;  Windows 98 Sections
    ;------------------------------------------------------------------------------
    
    [DriverInstall]
    ; (W22.1.2208) NT-specific section(s) found.  Ignoring general section. 
    ; (W22.1.2083) Section [DRIVERINSTALL] not referenced 
    AddReg=DriverAddReg
    CopyFiles=DriverCopyFiles
    
    [DriverAddReg]
    ; (W22.1.2083) Section [DRIVERADDREG] not referenced 
    HKR,,DevLoader,,*ntkern
    HKR,,NTMPDriver,,TSC1121F.sys
    
    [DriverInstall.HW]
    ; (W22.1.2083) Section [DRIVERINSTALL.HW] not referenced 
    AddReg=DriverHwAddReg
    
    
    ;------------------------------------------------------------------------------
    ;  String Definitions
    ;------------------------------------------------------------------------------
    
    [Strings]
    MFGNAME="TDK Semiconductor Corporation"
    INSTDISK="TDK Semiconductor Corporation Installation Disk-"
    DESCRIPTION="73S1121F USB Smart Card Reader-"
    FRIENDLYNAME="TDK Semiconductor Corporation 73S1121F USB Smart Card Reader-"