iscid.inf Driver File Contents (ISC3111.EXE)

;****************************************************************************
;* FILE NAME:       ISCID.INF
;* FILE CONTAINS:
;* DESCRIPTION:     Win 2000 "INF" file for Intel Server Management ISC ID
;*                  WDM driver.
;* NOTES:           .
;****************************************************************************
;*                   INTEL CORPORATION PROPRIETARY INFORMATION
;*     This software is supplied under the terms of a license agreement or
;*     nondisclosure agreement with Intel Corporation and may not be copied
;*     or disclosed except in accordance with the terms of that agreement.
;*           Copyright (c) 1999 Intel Corporation.  All Rights Reserved.
;****************************************************************************

;----------------------------------------------------------------------------
; Spec driver info
;----------------------------------------------------------------------------

[Version]

    signature       = "$WINDOWS NT$"
    Class           = Unknown
    Provider        = "Intel, Inc."
    CatalogFile     = ISCID.cat
    DriverVer       = 01/13/2000,2.0.0.0

;----------------------------------------------------------------------------
; Spec installation media for driver.
;----------------------------------------------------------------------------

[SourceDisksNames]

    1=%DiskId%

;----------------------------------------------------------------------------
; Spec files to be installed.
;----------------------------------------------------------------------------

[SourceDisksFiles]

    iscid.sys = 1                          ;For production
;   iscid.sys = 1,..\drivers\lib\i386      ;For development only
    ISCID.cat

;----------------------------------------------------------------------------
; Spec destination for files to be copied.
;----------------------------------------------------------------------------

[DestinationDirs]

    ;
    ;"11" specifies "%SystemRoot%\System32\Drivers"
    ;
    ISC_ID_Drv_FilesSection = 11,\Drivers

;----------------------------------------------------------------------------
; Spec manufacturers, and their associated devices, supported by this INF
; file.
;----------------------------------------------------------------------------

[Manufacturer]

    %Intel%=IntelDeviceSection

    ;------------------------------------------------------------------------
    ; Models section specs the devices supported by this INF file.
    ;
    ; dev-desc = install-section-name, h/w-id [,compatible-dev-id]...
    ;------------------------------------------------------------------------

    [IntelDeviceSection]

        %ISC_ID_Drv_Desc% = ISC_ID_Drv_InstallSection, *ISCID

        ;--------------------------------------------------------------------
        ; Install section for "ISC_ID_Drv_InstallSection".
        ;--------------------------------------------------------------------

        [ISC_ID_Drv_InstallSection]

            CopyFiles   = ISC_ID_Drv_FilesSection

            ;------------------------------------------------------------------
            ; Separate the files into sections based upon where they will be
            ; copied.
            ;------------------------------------------------------------------

            [ISC_ID_Drv_FilesSection]

                iscid.sys

        ;----------------------------------------------------------------------
        ; Service install section.  The INF processor will look for a section
        ; name of the form <install-section-name>.Services, where
        ; <install-section-name> is the name of the install section used.
        ;----------------------------------------------------------------------

        [ISC_ID_Drv_InstallSection.Services]

            AddService = iscid, 0x00000002, ISC_ID_Drv_ServiceSection

                ;--------------------------------------------------------------
                ; Service description section
                ;--------------------------------------------------------------

                [ISC_ID_Drv_ServiceSection]

                    DisplayName     = %ISC_ID_Drv_Desc%         ;Name displayed in cont panel
                    ServiceType     = 1                         ;Kernel driver
                    StartType       = 3                         ;Load on demand (for non-PnP)
                    ErrorControl    = 1                         ;Normal err proc if drv fails
                    ServiceBinary   = %11%\drivers\iscid.sys    ;Location of driver file
                    AddReg          = ISCID_AddRegSection

                    ;----------------------------------------------------------
                    ; Entries to add to the registry.
                    ;
                    ; Configuration Bits:
                    ;
                    ;   0x00000001 - Configure as a Win 2000 driver, i.e. not
                    ;                legacy driver.
                    ;
                    ;   0x00000002 - Use WMI interface.
                    ;
                    ;   0x00000004 - Disable legacy symbolic link name
                    ;                interface.
                    ;
                    ;   0x00000008 - (Unused)
                    ;
                    ;   0x00000010 - If unable to determine if platform is
                    ;                Win 2000 assume Win 2000.
                    ;----------------------------------------------------------

                    [ISCID_AddRegSection]

                        HKR,,Configuration,0x00010001,0x00000003

;                       HKR,,DiagCode,0x00010001,0x0000000
                        HKR,,DiagCode,0x00010001,0x000001F

;----------------------------------------------------------------------------
; String substitution macros
;----------------------------------------------------------------------------

[Strings]

    Intel               = "Intel, Inc."
    DiskId              = "Intel ISC ID Driver Installation Disk 1 of 1"
    ISC_ID_Drv_Desc     = "ISC ID Driver V3.0"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web5, load: 0.54