How can I extract only specific Snap-ins from the Adminpak.msi?
Spiceworks provides 100% Free Network Management Software to IT Pros to monitor everything on their network including MS Exchange Server health, network bandwidth, and Windows performance.
There are no tricks or fine print with Spiceworks – their network management software is completely free including support and upgrades and features a wide range of useful IT management functionality.
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:
- Adminpak.msi for W2K + script to install specific adminpak snap-ins (14.5mb).
- Adminpak.msi for Windows Server 2003 + script to install specific adminpak snap-ins (12.7mb).
Related articles
You might also want to read the following related articles:
- Add Administrative Tools Icon to the Desktop in XP/2003
- Add Command Prompt Here Shortcut to Windows Explorer
- Add Printers and Fax Icon to the Desktop in XP/2003
- Add Scanners and Cameras Icon to the Desktop in XP Pro
- Add Scheduled Tasks Icon to the Desktop in XP/2003
- Administer Windows 2000/2003 Domain from Windows XP
- Download Windows 2000 Adminpak
- Download Windows 2003 Adminpak
- LDAP Search Samples for Windows Server 2003 and Exchange 2000/2003
- Quickly Search Active Directory from the Desktop
- Saved Queries in Windows Server 2003 AD Users & Computers
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![]()


