home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Elite Hackers Toolkit
/
TheEliteHackersToolkitVolume1_1998.rar
/
HACKERS.BIN
/
dos
/
patches
/
msdun12.exe
/
RCDATA
/
CABINET
/
MSDUN.CAB
/
rna.95
< prev
next >
Wrap
Text File
|
1997-07-11
|
11KB
|
295 lines
; RNA.INF
;
; This is the Setup information file for Dial-Up Networking and
; Direct Cable Connection options included in the Windows 95 retail product.
;
; Copyright 1993-1995, Microsoft Corporation
;
;
[version]
LayoutFile=layout.inf
signature="$CHICAGO$"
Provider=%MS%
SetupClass=PLUSPACK
[DestinationDirs]
MS_RNA_CopyFiles =25 ; LDID_SHARED
MS_DCC_CopyFiles =25 ; LDID_SHARED
MS_RNA_SYS_CopyFiles =11 ; LDID_SYS
MS_DCC_SYS_CopyFiles =11 ; LDID_SYS
MS_RNA_DelFiles =25 ; LDID_SHARED
MS_RNA_SYS_DelFiles =11 ; LDID_SYS
MS_RNA_INF_CopyFiles =17 ; LDID_INF
[BaseWinOptions]
MS_RNA_Cleanup
MS_RNA_Maintenance
[MS_RNA_Cleanup]
DelReg=MS_RNA_Uninstall_DelReg, MS_DCC_Uninstall_DelReg
DelFiles=MS_RNA_SYS_CopyFiles, MS_DCC_CopyFiles
[MS_RNA_Maintenance]
AddReg=MS_RNA_Maintenance_AddReg
CopyFiles=MS_RNA_INF_CopyFiles
[MS_RNA_INF_CopyFiles]
rna.inf
[MS_RNA_Maintenance_AddReg]
;
;Remote Access Maintenance Mode Setup
;
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"RNA",,"RNA"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,INF,,"rna.inf"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Section,,"RNA"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Installed,,"0"
;
;Direct Cable Connection Maintenance Mode Setup
;
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"DCC",,"DCC"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,INF,,"rna.inf"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Section,,"DCC"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Installed,,"0"
[Optional Components]
RNA
DCC
[RNA]
OptionDesc=%Remote_Desc%
Tip=%Remote_Tip%
Parent = CommApps
CopyFiles=MS_RNA_CopyFiles, MS_RNA_SYS_CopyFiles
DelFiles=MS_RNA_DelFiles, MS_RNA_SYS_DelFiles
AddReg=MS_RNA_Reg
DelReg=MS_RNA_DelReg
UpdateInis=MS_RNA_Inis
UpdateIniFields=MS_RNA_Fields
InstallType = 12 ;Portable, Custom
IconIndex= 21 ;Dial-up networking mini-icon for dialogs
ValidateProc= RNASETUP.DLL, RnaSetupCallback
Uninstall=MS_RNA_Uninstall
[DCC]
OptionDesc=%DirectCC_Desc%
Tip=%DCC_Tip%
Parent = CommApps
CopyFiles=MS_DCC_CopyFiles, MS_DCC_SYS_CopyFiles
AddReg=MS_DCC_Reg
UpdateInis=MS_DCC_Inis
InstallType = 12 ;Portable, Custom
IconIndex= 22 ;Direct cable connection mini-icon for dialogs
ValidateProc= RNASETUP.DLL, RnaSetupCallback
Uninstall=MS_DCC_Uninstall
Needs= RNA
[MS_RNA_Uninstall]
AddReg=MS_RNA_Uninstall_Reg
DelReg=MS_RNA_Uninstall_DelReg
UpdateInis=MS_RNA_DelInis
[MS_DCC_Uninstall]
AddReg=MS_DCC_Uninstall_Reg
DelReg=MS_DCC_Uninstall_DelReg
UpdateInis=MS_DCC_DelInis
; Copy.Files References
[MS_RNA_CopyFiles]
[MS_DCC_CopyFiles]
directcc.exe
[MS_RNA_SYS_CopyFiles]
vgateway.vxd
splitter.vxd
rnaapp.exe
rnaui.dll
rnanp.dll
rnathunk.dll
rasapi16.dll
pppmac.vxd
spap.vxd
[MS_DCC_SYS_CopyFiles]
vserver.vxd
nwserver.vxd
vnetsup.vxd
msshrui.dll
; Delete.Files References
[MS_RNA_DelFiles]
rnaapp.exe
rnaapp32.exe
rasphone.hlp
rasmon.exe
rasphone.exe
rasstart.exe
[MS_RNA_SYS_DelFiles]
rnadll32.dll
modem.inf
pad.inf
switch.inf
rasapi16.dll
rascauth.dll
rasconf.dll
rasfile.dll
rasman.dll
rasmxs.dll
rassauth.dll
rasser.dll
rassrv.dll
rasexe.exe
vgateway.386
splitter.386
[MS_RNA_Fields]
;
; Remove rnadll from the drivers= line
system.ini, boot, drivers, rnadll.dll
system.ini, boot, networks32, rna
win.ini,windows,load,rnaapp
[MS_DCC_Inis]
;
;Create directcc icon in accessories group
;
setup.ini, progman.groups,, "group4=%Apps_Desc%" ;creates folder
setup.ini, group4,, """%Directcc_Desc%"", DIRECTCC.EXE,,,,,%Directcc_ShortDesc%" ;creates link in Accessories
[MS_DCC_DelInis]
;
;delete directcc icon in accessories group
;
setup.ini, progman.groups,, "group4=%Apps_Desc%" ;creates folder
setup.ini, group4,, """%Directcc_Desc%""" ;deletes link in Accessories
setup.ini, group4,, """%Directcc_ShortDesc%""" ;deletes link in Accessories
[MS_RNA_Inis]
;
;Create Remote Access icon in accessories group
;
setup.ini, progman.groups,, "group4=%Apps_Desc%" ;creates folder
setup.ini, group4,, """%Remote_Desc%"", EXPLORER.EXE ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{992CFFA0-F557-101A-88EC-00DD010CCC48},RNAUI.DLL,0,,,%Remote_ShortDesc%" ;creates link in Accessories
[MS_RNA_DelInis]
;
;delete RNA icon in accessories group
;
setup.ini, progman.groups,, "group4=%Apps_Desc%" ;creates folder
setup.ini, group4,, """%Remote_Desc%""" ;deletes link in Accessories
setup.ini, group4,, """%Remote_ShortDesc%""" ;deletes link in Accessories
[MS_RNA_Reg]
HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48},,,%Remote_Desc%
HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\InProcServer32,,,"rnaui.dll"
HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\InProcServer32,ThreadingModel,,"Apartment"
HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\DefaultIcon,,,"%11%\rnaui.dll,0"
HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\ShellFolder,Attributes,1,04,00,00,20
HKLM,SOFTWARE\MICROSOFT\WINDOWS\CurrentVersion\Explorer\MyComputer\NameSpace\{992CFFA0-F557-101A-88EC-00DD010CCC48},,,%Remote_Desc%
;
;Remote Access Installation
;
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Installed,,"1"
;
;Remote Access authentication registration
;
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Path,, "rasapi32.dll"
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Desc,, %PP_Desc%
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Usage,1,03,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Options,1,17,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Protocols,1,07,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Path,, "rasapi32.dll"
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Desc,, %WFW_Desc%
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Usage,1,03,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Options,1,04,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Protocols,1,01,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Path,, "rasapi32.dll"
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Desc,, %NWC_Desc%
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Usage,1,01,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Options,1,04,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Protocols,1,02,00,00,00
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\Com\PPPMAC,,,
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Drivers\PPPMAC, 0,, PPP
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Drivers\PPPMAC, 1,, RAS
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Drivers\PPPMAC, 2,, NWC
;
;Implicit connection
;
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider, Description,, %Remote_Desc%
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider, Name,, RemoteAccess
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider, ProviderPath,, "rnanp.dll"
;
;Known DLLs to speed up Rna load / fix problems when loading from SBS.
;These will always be loaded from system dir
;
HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,SYNCENG,,SYNCENG.DLL
HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNAP,,RNAP.DLL
HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNATHUNK,,RNATHUNK.DLL
HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNAUI,,RNAUI.DLL
HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNASERV,,RNASERV.DLL
[MS_DCC_Reg]
;
;Direct Cable Connection Installation
;
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Installed,,"1"
[MS_RNA_DelReg]
;
; Make sure logger is not statically loaded
;
HKLM,System\CurrentControlSet\Services\VxD\Logger
;
; Make sure extra command for the folder is removed
;
HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\shell
;
; Remove (C)SLIP
;
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Drivers\PPPMAC,3
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Drivers\PPPMAC,4
[MS_RNA_Uninstall_Reg]
;
; Mark RNA as uninstalled
;
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Installed,,"0"
[MS_DCC_Uninstall_Reg]
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Installed,,"0"
[MS_RNA_Uninstall_DelReg]
;
; Remove binding information
;
HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}
HKLM,SOFTWARE\MICROSOFT\WINDOWS\CurrentVersion\Explorer\MyComputer\NameSpace\{992CFFA0-F557-101A-88EC-00DD010CCC48}
HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"Remote Access"
[MS_DCC_Uninstall_DelReg]
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"Direct Cable Connection"
; User-visible strings
[Strings]
Remote_Desc = "Dial-Up Networking"
Remote_ShortDesc = "DialUp"
Remote_Tip = "Enables you to connect to other computers by using a modem."
PP_Desc = "PPP: Windows 95, Windows NT 3.5, Internet"
WFW_Desc = "Windows for Workgroups and Windows NT 3.1"
NWC_Desc = "NRN: NetWare Connect"
MS = "Microsoft"
Apps_Desc = "Accessories"
DirectCC_Desc = "Direct Cable Connection"
Directcc_ShortDesc = "DirectCC"
DCC_Tip = "Enables you to connect to other computers by using a parallel or serial cable."