MSISDN.INF Driver File Contents (4001561A.exe)

; MSISDN.INF
;
; This is the Setup information file for ISDN Accelerator Pack
;
; Copyright 1993-1996, Microsoft Corporation
;
;

[version]
signature="$CHICAGO$"
Provider=%MS%
SetupClass=BASE
AdvancedINF=2.0

;
; Note this should be kept in sync with the [MSISDN] Section below
;
[DefaultInstall]
CopyFiles=MSISDN_CopyFiles, MSISDN_SYS_CopyFiles, MSISDN_INF_CopyFiles, MSISDN_HLP_CopyFiles
AddReg=MSISDN_Maintenance_AddReg, MSISDN_Reg
UpdateInis=MSISDN_Inis
Uninstall=MSISDN_Uninstall

[Optional Components]
MSISDN

[MSISDN]
OptionDesc=%MSISDN_Desc%
Tip=%MSISDN_Tip%
Parent = CommApps
InstallType = 12                ;Portable, Custom
IconIndex= 21                   ;Dial-up networking mini-icon for dialogs
Needs= RNA
;
; Note this should be kept in sync with the [DefaultInstall] Section above
;
CopyFiles=MSISDN_CopyFiles, MSISDN_SYS_CopyFiles, MSISDN_INF_CopyFiles, MSISDN_HLP_CopyFiles
AddReg=MSISDN_Maintenance_AddReg, MSISDN_Reg
UpdateInis=MSISDN_Inis
Uninstall=MSISDN_Uninstall


[MSISDN_Uninstall]
AddReg=MSISDN_Uninstall_AddReg
DelReg=MSISDN_Uninstall_DelReg
UpdateInis=MSISDN_DelInis

;****************************************************************************
; Source Directories
;****************************************************************************

[SourceDisksNames]
1=%TEMP%,"",1

[SourceDisksFiles]
readme.txt    = 1,,4096
license.txt   = 1,,1024
getisdn.url   = 1,,1024
cfgwiz.dll    = 1,,4096
cfgwiz32.exe  = 1,,45056
isdn.hlp      = 1,,11264
isdnui.dll    = 1,,27648
ndiswan.vxd   = 1,,12888
wan.tsp       = 1,,34816
ndiswan.inf   = 1,,2048
ndswan16.dll  = 1,,2048
ndswan32.dll  = 1,,5120
ndis.vxd      = 1,,99328
msisdn.inf    = 1,,7168

[DestinationDirs]
MSISDN_CopyFiles     =24,%OEM_PROGRAMF%\%OEM_ACCESSOR%\%OEM_MSISDN_TOOLS%    ; LDID_SHARED
MSISDN_SYS_CopyFiles =11    ; LDID_SYS
MSISDN_INF_CopyFiles =17    ; LDID_INF
MSISDN_HLP_CopyFiles =18    ; LDID_HELP

[MSISDN_CopyFiles]
readme.txt
license.txt
getisdn.url

[MSISDN_SYS_CopyFiles]
ndis.vxd,,,32        ; 32 = no version conflict when target is newer
ndiswan.vxd,,,32
wan.tsp,,,32
cfgwiz.dll,,,32
cfgwiz32.exe,,,32
isdnui.dll,,,32
ndswan16.dll,,,32
ndswan32.dll,,,32

[MSISDN_INF_CopyFiles]
ndiswan.inf 
msisdn.inf

[MSISDN_HLP_CopyFiles]
isdn.hlp


;****************************************************************************
; Core install and uninstall sections 
;****************************************************************************

[MSISDN_Maintenance_AddReg]
;
;ISDN Setup
;
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"MSISDN",,"MSISDN"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSISDN,INF,,"msisdn.inf"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSISDN,Section,,"MSISDN"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSISDN,Installed,,"1"

[MSISDN_Inis]
;
;Create ISDN Tools folder in accessories group
;
setup.ini, progman.groups,, "group11=%MSISDN_Tools_Desc%"              ;creates folder
setup.ini, group11,, """%MSISDN_Readme_Desc%"", ""%24%\%PROGRAMF%\%ACCESSOR%\%MSISDN_TOOLS%\README.TXT"",,0,,""%24%\%PROGRAMF%\%ACCESSOR%"""      ;creates link
setup.ini, group11,, """%MSISDN_GetISDN_Desc%"", ""%24%\%PROGRAMF%\%ACCESSOR%\%MSISDN_TOOLS%\GETISDN.URL"",,0,,""%24%\%PROGRAMF%\%ACCESSOR%"""      ;creates link
setup.ini, group11,, """%MSISDN_CfgWiz32_Desc%"", "CFGWIZ32.EXE",,0,,""%24%\%PROGRAMF%\%ACCESSOR%"""      ;creates link

[MSISDN_DelInis]
;
;delete ISDN Tools folder in accessories group
;
setup.ini, progman.groups,, "group11=%MSISDN_Tools_Desc%"    ;delete folder?
setup.ini, group11,, """%MSISDN_Readme_Desc%"""              ;deletes link in Accessories
setup.ini, group11,, """%MSISDN_GetISDN_Desc%"""             ;deletes link in Accessories
setup.ini, group11,, """%MSISDN_CfgWiz32_Desc%"""             ;deletes link in Accessories

[MSISDN_Reg]
;
; Add ISDN Class to Remote Networking
;
HKLM,SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\isdn\PPPMAC,,,

; 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,%MSISDN_TOOLS%,,!$!$!$!$.$!$
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\Accessories,!$!$!$!$.$!$,,"%MSISDN_Tools_Directory%,0"

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


[MSISDN_Uninstall_AddReg]
;
; RunOnce
;
; Currently we delete the whole key since the files are not available to re-install
;
;HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSISDN,Installed,,"0"


[MSISDN_Uninstall_DelReg]
; 
; Remove MSISDN from Optional component list
;
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"MSISDN"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSISDN

;
; Remove ISDN Class from Remote Networking 
;
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\ISDN


[Strings]
;
; User-visible strings
;
MSISDN_Desc      = "Microsoft ISDN 1.1 Accelerator Pack"
MSISDN_Tip       = "Connect to your Internet provider, online service, or remote computer faster using an ISDN device with Dial-up Networking."
MSISDN_Tool_Desc = "ISDN Tools"
MS               = "Microsoft"

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

MSISDN_GetISDN_Desc  = "Get ISDN for Microsoft Windows Home Page"
MSISDN_Readme_Desc   = "Readme"
MSISDN_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)

;
; Long, short, and OEM versions...
;
MSISDN_Tools_Directory = "ISDN Tools"
MSISDN_TOOLS     = "ISDNTo~1"
OEM_MSISDN_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: web3, load: 2.75