IIS 6 WMI Compatibility (IIS-WMICompatibility) Installs IIS 6.0 WMI scripting interfaces.
IIS 6 Scripting Tools (IIS-LegacyScripts) Installs IIS 6.0 scripting tools.
IIS 6 Management Console (IIS-LegacySnapIn) Installs IIS 6.0 Management Console; can be used to manage
existing IIS 6.0 servers but not IIS 7.0 servers.
Service:
FTP Publishing Service (IIS-FTPPublishingService) Installs FTP support.
Features:
FTP Server (IIS-FTPServer) Installs FTP Server Service.
FTP Management Snap-in (IIS-FTPManagement) Installs FTP Server Management Console.
Table 6-1. IIS 7.0 Role Services Matrix (Continued)
186 Microsoft Windows Server 2008 Administration
NOTE Since IIS 7.0 is dependent on WAS, you will need to install the following components in
addition to any of the IIS components: WAS-WindowsActivationService, WAS-ProcessModel, and
WAS-ConfigurationAPI.
Hands-On Exercise: Unattended Installation
of IIS Using pkgmgr.exe
In this example, we install IIS with all the default features, first using the command-line
parameter method and then the unattend XML file method.
To install all the default features of IIS using the command line, run the following:
Start /w pkgmgr.exe /iu:IIS-WebServerRole;WAS-WindowsActivationService;
WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
NOTE If you open Task Manager as the various components are being installed, you will see that
a process called TrustedInstall.
Pages:
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235