Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
netfam.inf
Package: shell.rar [view]
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 3k
Category:
Windows Kernel
Development Platform:
Visual C++
- ; NETCLI.INF
- ;
- ; Network Clients
- ;
- ; Copyright 1993-1996, Microsoft Corporation
- [version]
- LayoutFile=layout.inf
- signature="$CHICAGO$"
- Class=NetClient
- provider=%V_MS%
- [ClassInstall]
- AddReg=NetClientReg
- [NetClientReg]
- HKR,,,,%V_CLASSNAME%
- HKR,,Installer,,"netdi.dll"
- HKR,,Icon,,-7
- HKR,,NoUseClass,,1
- [Manufacturer]
- %V_MS%=MS
- [MS]
- %FAMILY.DeviceDesc%= FAMILY.ndi, FAMILY
- ;*********************************************
- ; FAMILY section
- ;*********************************************
- [FAMILY.ndi]
- AddReg=FAMILY.ndi.reg
- DeviceID=FAMILY
- [FAMILY.ndi.reg]
- HKR,Ndi,DeviceID,,FAMILY
- ;;HKR,Ndi,NdiInstaller,,"netdi.dll,MSClientNdiProc"
- ; Interfaces
- HKR,NdiInterfaces,DefLower,,"netbios,ipxDHost"
- HKR,NdiInterfaces,LowerRange,,"netbios,ipxDHost"
- ; Install-Remove Section
- HKR,NdiInstall,,,"FAMILY.Install"
- HKR,NdiRemove,,,"FAMILY.Remove"
- ; Network provider
- ; should be the same as HKLMsystemccsNPSTUBnetworkprovidername
- HKR,Ndi,NetworkProvider,,%FAMILY.DeviceDesc%
- ; Context help
- HKR,Ndi,HelpText,,%FAMILY_HELP%
- [FAMILY.Install]
- AddReg=NPSTUB.AddReg
- CopyFiles=NPSTUB.Files
- [NPSTUB.AddReg]
- ;Net provider info
- HKLM,"SYSTEMCurrentControlSetControlNetworkProviderOrder",NPSTUB,,
- HKLM,"SYSTEMCurrentControlSetServicesNPSTUBNetworkProvider",Name,,%FAMILY.DeviceDesc%
- HKLM,"SYSTEMCurrentControlSetServicesNPSTUBNetworkProvider",ProviderPath,,"ienpstub.dll"
- HKLM,"SYSTEMCurrentControlSetServicesNPSTUBNetworkProvider",RealDLL,,"mslocusr.dll"
- HKLM,"SYSTEMCurrentControlSetServicesNPSTUBNetworkProvider",Description,,%FAMILY.DeviceDesc%
- HKLM,"SYSTEMCurrentControlSetServicesNPSTUBNetworkProvider",NetID,1,00,00,01,00
- HKLM,"SYSTEMCurrentControlSetServicesNPSTUBNetworkProvider",CallOrder,1,00,00,00,40
- [NPSTUB.Files]
- IENPSTUB.dll
- MSLOCUSR.dll
- [FAMILY.Remove]
- DelReg=NPSTUB.AddReg
- ;****************************************************************************
- ; Destinations
- ;****************************************************************************
- [DestinationDirs]
- NPSTUB.Files = 11 ;LDID_SYS
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
- V_MS="Microsoft"
- V_CLASSNAME="Network Client"
- ;Devices
- FAMILY.DeviceDesc= "Microsoft Family Logon"
- ; Context help
- ; NOTE: must be 199 bytes or less, otherwise the network CPL will refuse to
- ; display it.
- FAMILY_HELP="When Windows starts, Microsoft Family Logon displays a list of users with access to this computer. To log on to Windows, click a user, and then type the correct password."