Softnet.inf Driver File Contents (SoftNET_120.zip)

; Softnet.inf
; SoftNET Mobile Adapter
;
; Copyright 2001, Micro Systemation AB

[Version]
Signature           = "$Chicago$"
Compatible          = 1
MillenniumPreferred = .ME
Class               = Net
ClassGUID           = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider            = %V_Msab%
;LayoutFile          = layout.inf

[Manufacturer]
%Msab% = Msab

[Msab]
; DisplayName           Section      DeviceID
; -----------           -------      --------
%SOFTNET.DeviceDesc%  = SOFTNET.ndi, MSAB_SOFTNET; SoftNET Mobile Adapter

;****************************************************************************
;    			SOFTNET Windows 98 specific
;****************************************************************************

[SOFTNET.ndi]
AddReg = SOFTNET.ndi.reg,SOFTNET.Spec.Params,SOFTNET.Spec98.Params
;the device name from the driver
DeviceID="MSAB_SOFTNET"

[SOFTNET.ndi.reg]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,Softnet.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; Custom property pages
;HKR,,EnumPropPages,,"Softnet.dll,EnumPropPages"
; DeviceId
HKR,Ndi,DeviceID,,"MSAB_SOFTNET"
; DriverInformation
HKR,NDIS,LogDriverName,,"SOFTNET"
HKR,NDIS,MajorNdisVersion,HEX,04
HKR,NDIS,MinorNdisVersion,HEX,00
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
; Install sections
HKR,Ndi\Install,,,"SOFTNET.Install"

; Install SOFTNET
[SOFTNET.Install]
CopyFiles = SOFTNET.CopyFiles

;****************************************************************************
;    			SOFTNET Windows ME specific
;****************************************************************************

[SOFTNET.ndi.ME]
AddReg = SOFTNET.ndi.reg,SOFTNET.Spec.Params
;the device name from the driver
DeviceID="MSAB_SOFTNET"

[SOFTNET.ndi.ME.reg]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,Softnet.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; Custom property pages
;HKR,,EnumPropPages,,"Softnet.dll,EnumPropPages"
; DeviceId
HKR,Ndi,DeviceID,,"MSAB_SOFTNET"
;HKR,Ndi,Installer,,"Sninst.dll,SnInstaller"
; DriverInformation
HKR,NDIS,LogDriverName,,"SOFTNET"
HKR,NDIS,MajorNdisVersion,HEX,04
HKR,NDIS,MinorNdisVersion,HEX,00
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
; Install sections
HKR,Ndi\Install,,,"SOFTNET.Install"

; Install SOFTNET
[SOFTNET.Install.ME]
CopyFiles = SOFTNET.CopyFiles
;CopyFiles = SOFTNET.CopyFiles,SOFTNET.MSWITCH.CopyFiles

[SOFTNET.ndi.ME.CoInstallers]
AddReg    = SOFTNET.CoInstaller_AddReg
CopyFiles = SOFTNET.CoInstaller.CopyFiles

;****************************************************************************
;                      Windows 2000/XP specific
;****************************************************************************

[SOFTNET.ndi.NT]
Characteristics = 0x81 ; NCF_HAS_UI | NCF_VIRTUAL
AddReg          = SOFTNET.ndi.NT.reg,SOFTNET.Spec.Params
CopyFiles       = SOFTNET.CopyFiles
;CopyFiles       = SOFTNET.CopyFiles,SOFTNET.MSWITCH.CopyFiles

[SOFTNET.ndi.NT.reg]
HKR,Ndi,Service,0,"SOFTNET"
;HKR,,ActivateOnStart,0,"0"
; Custom property pages
;HKR,,EnumPropPages32,,"Softnet.dll,SoftNetPropPage"
; Interfaces
HKR,Ndi\Interfaces,UpperRange,0,"ndis5"
HKR,Ndi\Interfaces,LowerRange,0,"ethernet"

[SOFTNET.ndi.NT.Services]
AddService = SOFTNET,2,SOFTNET.Service

[SOFTNET.Service]
DisplayName     = %SOFTNET.DeviceDesc%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\Softnet.sys
LoadOrderGroup  = NDIS

[SOFTNET.ndi.NT.CoInstallers]
AddReg    = SOFTNET.CoInstaller_AddReg
CopyFiles = SOFTNET.CoInstaller.CopyFiles


;****************************************************************************
;    				SOFTNET specific
;****************************************************************************

[SOFTNET.CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000,"Sncoinst.dll,SnCoInstaller"


[SOFTNET.Spec.Params]

; Activate on start
HKR,NDI\params\ActivateOnStart,ParamDesc,,"Activate On Start"
HKR,NDI\params\ActivateOnStart,type,,enum
HKR,Ndi\params\ActivateOnStart\enum,"0",,"No"
HKR,Ndi\params\ActivateOnStart\enum,"1",,"Yes"
HKR,Ndi\params\ActivateOnStart,default,,"0"
HKR,NDI\params\ActivateOnStart,flag,1,30,00,00,00

[SOFTNET.Spec98.Params]

; DHCP Spoofing
HKR,NDI\params\Dhcpspoof,ParamDesc,,"DHCP Renewal Timeout"
HKR,Ndi\params\Dhcpspoof,type,,enum
HKR,Ndi\params\Dhcpspoof\enum,"Auto",,"Auto-Select"
HKR,Ndi\params\Dhcpspoof\enum,"Max",,"Maximum"
HKR,Ndi\params\Dhcpspoof,default,,"Auto"
HKR,NDI\params\Dhcpspoof,flag,1,30,00,00,00

;****************************************************************************
; Copy files
;****************************************************************************

[SOFTNET.CopyFiles]
Softnet.sys,,,2

[SOFTNET.CoInstaller.CopyFiles]
Sncoinst.dll,,,2

;[SOFTNET.MSWITCH.CopyFiles]
;Mswitch.exe,,,2
;Rwsstat.dll,,,2

;****************************************************************************
; Destination Directories
;****************************************************************************

[DestinationDirs]
DefaultDestDir	               = 12 ; LDID_SYS32\Drivers
SOFTNET.CopyFiles              = 12 ; LDID_SYS32\Drivers
SOFTNET.CoInstaller.CopyFiles  = 11 ; LDID_SYS32
;SOFTNET.MSWITCH.CopyFiles      = 11 ; LDID_SYS32

;****************************************************************************
; Localizable Strings
;****************************************************************************

[strings]
; Provider
V_Msab="MSAB"
; Manufacturer
Msab="Micro Systemation AB"
; PNP Devices
SOFTNET.DeviceDesc="SoftNET Mobile Adapter"



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: web4, load: 2.65