RNAPLUS.INF Driver File Contents (disk13.exe)

; RNAPLUS.INF
;
; This is the Setup information file for Dial-Up Networking extra
; options included in the Windows 95 resource kit.
;
; Copyright 1993-1995, Microsoft Corporation
;
;

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

[DestinationDirs]
MS_CSLIP_CopyFiles     =24,%OEM_PROGRAMF%\%OEM_ACCESSOR%    ; LDID_SHARED
MS_CSLIP_SYS_CopyFiles =11    ; LDID_SYS
MS_CSLIP_INF_CopyFiles =17    ; LDID_INF
MS_CSLIP_HLP_CopyFiles =18    ; LDID_HELP

[Optional Components]
CSLIP

[DefaultInstall]
OptionDesc=%RNA_CSLIP_Desc%
Tip=%RNA_CSLIP_Tip%
CopyFiles=MS_CSLIP_CopyFiles, MS_CSLIP_SYS_CopyFiles, MS_CSLIP_INF_CopyFiles, MS_CSLIP_HLP_CopyFiles
AddReg=MS_CSLIP_Maintenance_AddReg, MS_CSLIP_Reg
UpdateInis=MS_CSLIP_Inis
InstallType = 12                ;Portable, Custom
IconIndex= 21                   ;Dial-up networking mini-icon for dialogs
Uninstall=MS_CSLIP_Uninstall
Needs= RNA

[CSLIP]
OptionDesc=%RNA_CSLIP_Desc%
Tip=%RNA_CSLIP_Tip%
CopyFiles=MS_CSLIP_CopyFiles, MS_CSLIP_SYS_CopyFiles, MS_CSLIP_INF_CopyFiles, MS_CSLIP_HLP_CopyFiles
AddReg=MS_CSLIP_Maintenance_AddReg, MS_CSLIP_Reg
UpdateInis=MS_CSLIP_Inis
InstallType = 12                ;Portable, Custom
IconIndex= 21                   ;Dial-up networking mini-icon for dialogs
Uninstall=MS_CSLIP_Uninstall
Needs= RNA

[MS_CSLIP_Uninstall]
AddReg=MS_CSLIP_Uninstall_AddReg
DelReg=MS_CSLIP_Uninstall_DelReg
UpdateInis=MS_CSLIP_DelInis

[MS_CSLIP_CopyFiles]
scripter.exe
slip.scp
cis.scp
pppmenu.scp
slipmenu.scp
script.doc

[MS_CSLIP_SYS_CopyFiles]
smmscrpt.dll
smmsetup.dll

[MS_CSLIP_INF_CopyFiles]
rnaplus.inf

[MS_CSLIP_HLP_CopyFiles]
scripter.hlp

[MS_CSLIP_Maintenance_AddReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CSLIP,DisplayName,,"%RNA_CSLIP_Desc%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CSLIP,UninstallString,,"RunDll setupx.dll,InstallHinfSection MS_CSLIP_Uninstall 4 rnaplus.inf"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\CSLIP,Installed,,"1"


[MS_CSLIP_Inis]
;
;Create scripter icon in accessories group
;
setup.ini, progman.groups,, "group4=%Apps_Desc%"              ;creates folder
setup.ini, group4,, """%Scripter_Desc%"", ""%24%\%PROGRAMF%\%ACCESSOR%\SCRIPTER.EXE"",,0,,""%24%\%PROGRAMF%\%ACCESSOR%"""      ;creates link

[MS_CSLIP_DelInis]
;
;delete scripter icon in accessories group
;
setup.ini, progman.groups,, "group4=%Apps_Desc%"    ;creates folder
setup.ini, group4,, """%Scripter_Desc%"""           ;deletes link in Accessories

[MS_CSLIP_Reg]
;
;Remote Access CSLIP authentication registration
;
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Path,, "smmscrpt.dll"
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Desc,, %SLIP_Desc%
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Usage,1,01,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Options,1,04,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Protocols,1,04,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Path,, "smmscrpt.dll"
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Desc,, %CSLIP_Desc%
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Usage,1,01,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Options,1,04,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Protocols,1,04,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Path,, "smmscrpt.dll"
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Path,, "smmscrpt.dll"
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Path,, "smmscrpt.dll"
;
; RunOnce
;
HKLM, Software\Microsoft\Windows\CurrentVersion\RunOnce,"%SLIPSetup_Desc%",,"rundll32.exe smmsetup.dll,SMM_Setup /a PPPMAC SLIP"
HKLM, Software\Microsoft\Windows\CurrentVersion\RunOnce,"%CSLIPSetup_Desc%",,"rundll32.exe smmsetup.dll,SMM_Setup /a PPPMAC CSLIP"
;
; Script files
;
HKCR,.scp,,,scpfile
HKCR,scpfile,,,%SCP_Desc%
HKCR,scpfile\DefaultIcon,,,"%11%\shell32.dll,-152"
HKCR,scpfile\shell\open\command,,,"%25%\NOTEPAD.EXE %%1"
HKCR,scpfile\shell\print\command,,,"%25%\NOTEPAD.EXE /p %%1"

[MS_CSLIP_Uninstall_AddReg]
;
; RunOnce
;
HKLM, Software\Microsoft\Windows\CurrentVersion\RunOnce,"%SLIPSetup_Desc%",,"rundll32.exe smmsetup.dll,SMM_Setup /d PPPMAC SLIP"
HKLM, Software\Microsoft\Windows\CurrentVersion\RunOnce,"%CSLIPSetup_Desc%",,"rundll32.exe smmsetup.dll,SMM_Setup /d PPPMAC CSLIP"
;
; Install the old SMM
;
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Path,, "rasapi32.dll"
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Path,, "rasapi32.dll"
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Path,, "rasapi32.dll"

[MS_CSLIP_Uninstall_DelReg]
; 
; Remove CSLIP from Optional component
;
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CSLIP
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\CSLIP
;
; Remove (C)SLIP
;
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP

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

[SourceDisksNames]
70=%DSK_SLIP%, "", 0001

[SourceDisksFiles]
rnaplus.inf     =70,,1024
smmsetup.dll    =70,,6144
scripter.exe    =70,,20480
smmscrpt.dll    =70,,32768
scripter.hlp    =70,,22029
slip.scp        =70,,1024
cis.scp         =70,,1024
pppmenu.scp     =70,,2048
slipmenu.scp    =70,,2048
script.doc	=70,,30208

; User-visible strings

[Strings]
RNA_CSLIP_Desc  = "Procedura connessione Accesso remoto"
RNA_CSLIP_Tip   = "Consente di connettersi ad un provider Internet, a servizi in linea oppure ad un computer remoto tramite Accesso remoto. Supporta l'elaborazione di procedure automatiche."
SLIP_Desc       = "SLIP: Connessione Unix"
CSLIP_Desc      = "CSLIP: Connessione Unix con compressione dell'intestazione IP"
SLIPSetup_Desc  = "SLIP_Setup"
CSLIPSetup_Desc = "CSLIP_Setup"
Apps_Desc       = "Accessori"
Scripter_Desc   = "Procedura connessione Accesso remoto"
MS              = "Microsoft"
DSK_SLIP        = "File scaricati"
SCP_Desc        = "Procedura connessione Accesso remoto"

; 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)
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: ftp, load: 1.67