Extract Specific Tools from Adminpak.msi

by Daniel Petri - January 8, 2009
Printer Friendly Version

How can I extract only specific Snap-ins from the Adminpak.msi?

Know What's on Your Network with Flow-Based Traffic Analysis

SolarWinds NetFlow Traffic Analyzer (NTA) monitors network traffic by capturing flow data from network devices, including Cisco® NetFlow v5 or v9, Juniper® J-Flow, IPFIX, sFlow®, and Huawei NetStream™.

Find the bandwidth hogs by using SolarWinds NTA to identify which users, applications and protocols are consuming the most bandwidth and the IP addresses of the top talkers. Download a full-functional, 30-day trial and in less than an hour, you can fire up network bandwidth monitoring and start getting a comprehensive view of your network traffic and the location of bottlenecks.

Learn More or Download a FREE, Fully-Functional 30-day Trial

Installing the adminpak.msi will install all of the tools found in it without prompting you which tool to install.

You can, however, run the installation from the Command Prompt or from the Run menu, and choose which tools to extract and install.

For example: If you wish to extract only the AD MMC Snap-ins from the Adminpak.msi file, use the following command syntax:

msiexec /i adminpak.msi ADDLOCAL=FeADTools /qb

(Where FeADTools is the abbreviation for "Active Directory Tools". This will install only the AD-related MMC Snap-Ins).

Note: Make sure there is no space between the ADDLOCAL and the "=" character, and between the "=" character and the FeADTools switch.

Note: The adminpak.msi file is not available on the Windows 2000 Professional or Windows XP Pro CD-ROM, but you can install it from the Windows 2000/2003 Server CD-ROM or download it from Microsoft's web site see links at the bottom of this page).

Other abbreviations are:

  • FeRRASConsole - Routing and Remote Access
  • FeDHCPConsole - DHCP
  • FeDNSConsole - DNS
  • FeDFSConsole - Distributed File System
  • FeWINSConsole - WINS
  • FeTAPIConsole - Telephony
  • FeACSConsole - QoS Admission Control
  • FeCERTConsole - Certification Authority
  • FeClusterConsole - Cluster Administrator
  • FeCMAKConsole - Connection Manager Administration Kit
  • FeIASConsole - Internet Authentication Service
  • FeIISConsole - Internet Information Services
  • FeRSConsole - Remote Storage
  • FeTSClientConsole - Terminal Services Client
  • FeTSMgrConsole - Terminal Services Manager

You can install adminpak.msi directly from the Windows 2000/2003 Server CD media or find it in the %systemroot%\system32 folder on one of your Windows 2000/2003 servers.

Script

I've created this simple script for you to use. Extract the files into the folder where you've placed adminpak.msi and double-click the INSTALL.BAT file. Download the files right here:

Or you can download Adminpak.msi + Installation script right here:

Related articles

You might also want to read the following related articles:

Links

Download Adminpak.msi - Windows Server 2003 Administration Tools Pack (12.5mb)

HOW TO: Use Adminpak.msi to Install a Specific Server Administration Tool in Windows 2000 - 314978

Related Articles




*