A. Microsoft supplies the Win.NET Server and Win2K Administration Tools pack as one Windows Installer file (i.e., adminpak.msi). Executing the Windows Installer file installs the whole toolset to your machine. To install individual tools, perform the following steps:
- Open the command prompt by going to Start, Run and typing
cmd.exe - Navigate to the folder that contains adminpak.msi.
- Type
msiexec /i adminpak.msi ADDLOCAL=<Short code for the tool> /qbFor example, typemsiexec /i adminpak.msi ADDLOCAL=FeADTools /qbfor the Active Directory (AD) tools. - Close the command-prompt session.
The full list of short codes is
| Abbreviation | Tool |
| FeADTools | Active directory Tools |
| FeCERTConsole | Certification Authority |
| FeClusterConsole | Cluster Administrator |
| FeCMAKConsole | Connection Manager Administration Kit |
| FeDHCPConsole | DHCP |
| FeDFSConsole | Distributed File System |
| FeDNSConsole | DNS |
| FeIASConsole | Internet Authentication Service |
| FeIISConsole | Internet Services Manager |
| FeACSConsole | QoS Admission Control |
| FeRSConsole | Remote Storage |
| FeRRASConsole | Routing and Remote Access |
| FeTAPIConsole | Telephony |
| FeTSClientConsole | Terminal Services Client |
| FeTSMgrConsole | Terminal Services Tools |
| FeWINSConsole | WINS |





