74 lines
3.8 KiB
Plaintext
74 lines
3.8 KiB
Plaintext
|
|
[Strings]
|
|
NetOC_DESC = "Management and Monitoring Tools"
|
|
NetOC_TIP = "Includes tools for monitoring and improving network performance."
|
|
|
|
NetServices_DESC = "Networking Services"
|
|
NetServices_TIP = "Contains a variety of specialized, network-related services and protocols."
|
|
|
|
FileAndPrint_DESC = "Other Network File and Print Services"
|
|
FileAndPrint_TIP = "Shares files and printers on this computer with others on the network."
|
|
|
|
SNMP_Desc = "Simple Network Management Protocol"
|
|
SNMP_HELP = "Includes agents that monitor the activity in network devices and report to the network console workstation."
|
|
|
|
WBEMSNMP_DESC = "WMI SNMP Provider"
|
|
WBEMSNMP_TIP = "Allows client applications to access static and dynamic SNMP information through Windows Management Instrumentation (WMI)."
|
|
|
|
UPNP_Desc = "Universal Plug and Play"
|
|
UPNP_HELP = "Allows your computer to discover and control Universal Plug and Play devices."
|
|
|
|
BEACON_Desc = "Internet Gateway Device Discovery and Control Client"
|
|
BEACON_HELP = "Allows you to find and control Internet connection sharing hardware and software that uses Universal Plug and Play."
|
|
|
|
WINS_Desc = "Windows Internet Name Service (WINS)"
|
|
WINS_HELP = "Sets up a WINS server that registers and resolves NetBIOS names for clients."
|
|
|
|
DNSServer_Desc = "Domain Name System (DNS)"
|
|
DNSServer_HELP = "Sets up a DNS server that answers query and update requests for DNS names."
|
|
|
|
DHCPServer_Desc = "Dynamic Host Configuration Protocol (DHCP)"
|
|
DHCPServer_HELP = "Sets up a DHCP server that automatically assigns temporary IP addresses to client computers on the same network."
|
|
|
|
MACSRV_DESC = "File Services for Macintosh"
|
|
MACSRV_HELP = "Enables Macintosh users to both store and gain access to files on a server running Microsoft Windows."
|
|
|
|
MacPrint_Desc = "Print Services for Macintosh"
|
|
MacPrint_Help = "Enables Macintosh users to send jobs to a print spooler on a server running Microsoft Windows."
|
|
|
|
SimpTcp_Desc = "Simple TCP/IP Services"
|
|
SimpTcp_HELP = "Supports the following TCP/IP services: Character Generator, Daytime, Discard, Echo, and Quote of the Day."
|
|
|
|
NETMONTOOLS_Desc = "Network Monitor Tools"
|
|
NETMONTOOLS_HELP = "Analyzes and troubleshoots packets of data transferred over the network."
|
|
|
|
LPDSVC_Desc = "Print Services for Unix"
|
|
LPDSVC_HELP = "Enables UNIX clients to print to any printer available to this computer."
|
|
|
|
Iprip_Desc = "RIP Listener"
|
|
Iprip_HELP = "Listens for route updates sent by routers that use the Routing Information Protocol version 1 (RIPv1)."
|
|
|
|
NETCPS_DESC = "Connection Point Services"
|
|
NETCPS_TIP = "Installs Phone Book Service, which enables the distribution of phone books for a Connection Manager profile. Requires IIS."
|
|
|
|
NETCMAK_DESC = "Connection Manager Administration Kit"
|
|
NETCMAK_TIP = "Installs a tool for the creation of customized remote access connections, which you can distribute to your users."
|
|
|
|
IASServer_Desc = "Internet Authentication Service"
|
|
IASServer_HELP = "Enables authentication, authorization and accounting of dial-up and VPN users. IAS supports the RADIUS protocol."
|
|
|
|
NetCIS_DESC = "RPC over HTTP Proxy"
|
|
NetCIS_HELP = "Enables RPC/DCOM to travel over HTTP via the Internet Information Server (IIS)."
|
|
|
|
FLG_ADDREG_KEYONLY = 0x0010
|
|
REG_MULTI_SZ = 0x10000
|
|
REG_EXPAND_SZ = 0x20000
|
|
REG_DWORD = 0x10001
|
|
REG_SZ_NO_CLOBBER = 0x2
|
|
SERVICE_DEMAND_START = 3
|
|
SERVICE_AUTO_START = 2
|
|
SERVICE_WIN32_SHARE_PROCESS = 32
|
|
SERVICE_FILE_SYSTEM_DRIVER = 2
|
|
SERVICE_WIN32_OWN_PROCESS = 16
|
|
|