ndiswan.inf Driver File Contents (polaroidpdc3035driver.zip)

; NDISWAN.INF
;
; NDISWAN Transport INF
;
; Copyright 1993-1998, Microsoft Corporation

[version]
CatalogFile=ndiswan.cat
LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
signature="$CHICAGO$"
Class=NetTrans
ClassGUID={4d36e975-e325-11ce-bfc1-08002be10318}
provider=%V_MS%

[Manufacturer]
%V_MS%=MS

[MS]
%NDISWAN.DeviceDesc%=   NDISWAN.ndi,   NDISWAN      ;NDISWAN

[ControlFlags]
ExcludeFromSelect=NDISWAN

;****************************************************************************
; NDISWAN
;****************************************************************************
[NDISWAN.ndi]
AddReg=NDISWAN.ndi.reg
;CopyFiles=NDISWAN.ndi.Copy
DeviceID=NDISWAN
MaxInstance=8

[NDISWAN.ndi.reg]
HKR,Ndi,NdiInstaller,,"cfgwiz.dll,CfgWizNdiProc"
HKR,Ndi,MaxInstance,,8
HKR,Ndi,DeviceID,,NDISWAN
HKR,Ndi,NetType,,1

; NDIS info
HKR,NDIS,LogDriverName,,"NDISWAN"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A

; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"pppmac"
HKR,Ndi\Interfaces,DefLower,,"ndiswan"
HKR,Ndi\Interfaces,UpperRange,,"pppmac"
HKR,Ndi\Interfaces,LowerRange,,"ndiswan"


; Install sections
HKR,Ndi\Install,,,"NDISWAN.Install"

; Context help
HKR,Ndi,HelpText,,%NDISWAN_HELP%


[NDISWAN.ndi.Copy]
CFGWIZ.DLL
CFGWIZ32.EXE
NDSWAN16.DLL
NDSWAN32.DLL
WAN.TSP

[NDISWAN.Install]
AddReg=NDISWAN.AddReg, NDISWAN_Reg
CopyFiles=NDISWAN.Copy, NDISWAN.Copy.Help
UpdateInis=NDISWAN_Inis


[NDISWAN.AddReg]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,NDISWAN.vxd
HKLM,"SYSTEM\CurrentControlSet\Services\VxD\NDISWAN",Start,1,00
HKLM,"SYSTEM\CurrentControlSet\Services\VxD\NDISWAN",NetClean,1,1
HKLM,"SYSTEM\CurrentControlSet\Services\VxD\NDISWAN",StaticVxd,,"ndiswan.vxd"


[NDISWAN.Copy]
NDISWAN.VXD
ISDNUI.DLL
ATMUI.DLL

[NDISWAN.Copy.Help]
ISDN.HLP

;****************************************************************************
; This section adds the ISDN Tools folder to the Accessories group
;****************************************************************************

[NDISWAN_Inis]
;
;Create ISDN Tools folder in accessories group
;
setup.ini, progman.groups,, "Comm_Group=%COMM_DESC%"  ;creates folder
;create link
setup.ini, Comm_Group,, """%NDISWAN_CfgWiz32_Desc%"", "CFGWIZ32.EXE",,0,,""%24%\%PROGRAMF%\%ACCESSOR%"""      ;creates link
;cleanup on upgrade
setup.ini, progman.groups,, "groupISDN=%NDISWAN_Tools_Desc%"     ;creates folder
setup.ini, groupISDN,, """%NDISWAN_CfgWiz32_Desc%"""             ;deletes link in Accessories

[NDISWAN_DelInis]
;
;delete ISDN Tools folder in accessories group
;
setup.ini, progman.groups,, "Comm_Group=%COMM_DESC%"  ;creates folder
setup.ini, Comm_Group,, """%NDISWAN_CfgWiz32_Desc%"""            ;deletes link in Accessories

[NDISWAN_Reg]
;
; Add the WAN.TSP handler DLL's
;
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\WANTSP\Handlers

HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\WANTSP\Handlers\ISDN,,,"isdnui.dll"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\WANTSP\Handlers\PPTP,,,"isdnui.dll"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\WANTSP\Handlers\ATM,,,"atmui.dll"


; Create the long filenames for "\Program Files\Accessories\ISDN Tools"
;   Note that when you rename a long name, VFAT changes the short name from
;   foobar~1 to foobar~2.
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\Accessories,,2,"%24%\%PROGRAMF%\%ACCESSOR%"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\Accessories,%NDISWAN_TOOLS%,,@$@$@$@$.$@$
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\Accessories,@$@$@$@$.$@$,,"%NDISWAN_Tools_Directory%,0"

;
; Create ISDN shortcuts in start menu
;
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,"NDISWAN_GrpConv",,"%25%\grpconv.exe -o"


;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
 NDISWAN.Copy                = 11 ; LDID_SYS
 NDISWAN.ndi.Copy            = 11 ; LDID_SYS
 NDISWAN.Copy.Help           = 18 ; LDID_HLP
 

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
V_MS="Microsoft"

; Devices
NDISWAN.DeviceDesc="NDISWAN"

; Context help
NDISWAN_HELP="NDISWAN is used by the Dial-Up Adapter to access ISDN devices."

;
; Directory name in "startmenu\accessories"
;
NDISWAN_Tools_Desc = "Accessories\ISDN Tools"

NDISWAN_CfgWiz32_Desc = "ISDN Configuration Wizard"

; Directory names - note that that short versions must match the truncated
; 8 char names for the long versions, or else there will be problems!
; also need to put the short versions in the [DestinationDirs] section above
; Used by wordpad, hypertrm, backup, paint, & MSN
PROGRAMF         = "Progra~1"          ; first 6 chars of Program_Files, + "~1"
OEM_PROGRAMF     = "Progra~1"          ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
ACCESSOR         = "Access~1"          ; first 6 chars of Accessories, + "~1"
OEM_ACCESSOR     = "Access~1"          ; first 6 chars of Accessories, + "~1"  - in OEM codepage (not Ansi)
COMM_DESC        = "Accessories\Communications"
Apps_Desc        = "Accessories"
;
; Long, short, and OEM versions...
;
NDISWAN_Tools_Directory = "ISDN Tools"
NDISWAN_TOOLS     = "ISDNTo~1"
OEM_NDISWAN_TOOLS = "ISDNTo~1" 
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: 0.84