3comdamp.inf Driver File Contents (3com_3cr990b97_Network_Win_x64_x86.exe)

;
; ----------------------------------------------
; 3Comdamp.inf
;
; 3Com DynamicAccess Miniport INF 
;
; Copyright (c) 1998, 3Com Corporation
; ----------------------------------------------
;
; file version:  1.8.4.1
;%VER 3Com 3COMDAMP.INF 1.8.4.1
;
[Version]
;
; -------------------------------
; Version Section
; -------------------------------
;
Signature  = "$Windows NT$"
Class      = Net
ClassGUID  = {4D36E972-E325-11CE-BFC1-08002BE10318}
DriverVer   = 10/16/2000,1.8.4.1
Provider   = %3Com%
CatalogFile = 3cw2kdam.cat

[Manufacturer]
;
; -------------------------------
; Manufacturer Section
; -------------------------------
;
%3Com%     = 3COM


[ControlFlags]
;
; -------------------------------
; Control Flags Section
; -------------------------------
;
ExcludeFromSelect  = 3COM_DAMINI

[3COM]
;
; -----------------------------------------------
; Component(s)/Device(s) Section
; DisplayName                   Section         ComponentID
; -----------------------------------------------
;
%DAMINI_Desc% =  DAMINI.ndi,  3COM_DAMINI


[DAMINI.ndi]
;
; ----------------------------
; Install DA Miniport Section
; ----------------------------
;
AddReg                          =       DAMINI.ndi.AddReg
;CopyFiles                       =       DAMINI.CopyFiles.Sys
;
; We are using NCF_NOT_USER_REMOVABLE to prevent
; removal of this component. As the DA Miniport is 
; a virtual adapter, set NCF_VIRTUAL.
;
Characteristics         =       0x21  ; NCF_VIRTUAL | NCF_NOT_USER_REMOVABLE

[DAMINI.ndi.Services]
AddService              = Damini,     %SPSVCINST_ASSOCSERVICE%,   DAMINI.AddService, DAMINI.AddEventLog

[DAMINI.AddService]
DisplayName             = %DAMINI_Desc%
ServiceType             = %SERVICE_KERNEL_DRIVER%
StartType               = %SERVICE_DEMAND_START%
ServiceBinary           = %12%\daprotim.sys
LoadOrderGroup          = NDIS
ErrorControl            = %SERVICE_ERROR_NORMAL%
AddReg                  = DAMINI.AddService.AddReg
Description             = %DAMINI_Desc%

[DAMINI.AddService.AddReg]
; ----------------------------------------------------------------------
; Add any miniport-specific parameters here.  These are params that our
; miniport driver is going to use.  
;
;HKR,   "Parameters", "ParameterName",  %REG_MULTI_SZ%, "MultiSz", "Parameter", "Value"
;HKR,   "Parameters", "ParameterName2", %REG_DWORD%,    4
;HKR,   ,             "TextModeFlags",           %REG_DWORD%,        0x0001


;
; ----------
; File Copy
; ----------
; Handled by the install program
; Uncomment to test install with NCPA
[SourceDisksNames]
1=%3Com_Disk%, ,

[SourceDisksFiles]
daprotim.sys = 1,,

;[DAMINI.CopyFiles.Sys]
;daprotim.sys,,,2

;[DestinationDirs]
;DAMINI.CopyFiles.Sys   = 12   ; %windir%\System32\drivers


;
; --------------
; DAMINI Install
; --------------
;
[DAMINI.ndi.AddReg]
;
; Generics
;
; Context Help
HKR,    Ndi,  HelpText,                     ,       "%DAMINI_HELP%"
; If we need Parameters key, uncomment below
;HKR, Parameters, ,

;
; No Notify objects for NET class components
;
HKR,    Ndi,                          Service,                      0,      "Damini"
;
; DAMINI Specific
; Do not supply upper or lower range
;
;HKR,    Ndi\Interfaces,                               UpperRange,                   ,               "ndis5, daprot, ndiswanatalk, ndiswanip, ndiswanipx, ndiswannbf"
;HKR,    Ndi\Interfaces,                               LowerRange,                   ,               "nolower"
HKR,    Ndi\Interfaces,       UpperRange,           0,   "ndis5"
HKR,    Ndi\Interfaces,       LowerRange,           0,   "nolower"


[DAMINI.AddEventLog]
AddReg                  = DAMINI.AddEventLog.AddReg


[DAMINI.AddEventLog.AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll;%%SystemRoot%%\System32\drivers\daprotim.sys"
HKR,,TypesSupported,0x00010001,7

;---------------------
; Localizable Strings
;---------------------
[Strings]
;
; DA Specific
;
3Com            = "3Com"
DAMINI_Desc     = "Dynamic Access Miniport"
DAMINI_HELP     = "Dynamic Access Miniport Software"
3Com_Disk       = "3Com Intermediate Driver Disk"

;
; Characteristic flags
;
;NCF_VIRTUAL                 = 0x0001
;NCF_WRAPPER                 = 0x0002
;NCF_PHYSICAL                = 0x0004
;NCF_HIDDEN                  = 0x0008
;NCF_NO_SERVICE              = 0x0010
;NCF_NOT_USER_REMOVABLE      = 0x0020
;NCF_HAS_UI                  = 0x0080
;NCF_MODEM                   = 0x0100

;
; Registry types
;
REG_MULTI_SZ                = 0x10000
;REG_EXPAND_SZ               = 0x20000
REG_DWORD                   = 0x10001

;
; ServiceType values
;
SERVICE_KERNEL_DRIVER       = 0x00000001
;SERVICE_FILE_SYSTEM_DRIVER  = 0x00000002
;SERVICE_ADAPTER             = 0x00000004
;SERVICE_RECOGNIZER_DRIVER   = 0x00000008
;SERVICE_WIN32_OWN_PROCESS   = 0x00000010
;SERVICE_WIN32_SHARE_PROCESS = 0x00000020
;SERVICE_INTERACTIVE_PROCESS = 0x00000100
;SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120

;
; StartType values
;
;SERVICE_BOOT_START          = 0x00000000
;SERVICE_SYSTEM_START        = 0x00000001
;SERVICE_AUTO_START          = 0x00000002
SERVICE_DEMAND_START        = 0x00000003
;SERVICE_DISABLED            = 0x00000004

;
; ErrorControl values
;
;SERVICE_ERROR_IGNORE        = 0x00000000
SERVICE_ERROR_NORMAL        = 0x00000001
;SERVICE_ERROR_SEVERE        = 0x00000002
;SERVICE_ERROR_CRITICAL      = 0x00000003

;
; Service install flags
;
;SPSVCINST_TAGTOFRONT        = 0x1
SPSVCINST_ASSOCSERVICE      = 0x2

; AddReg flags
;FLG_ADDREG_NOCLOBBER        = 0x00000002
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: 1.53